aboutsummaryrefslogtreecommitdiff
path: root/unused.jai
diff options
context:
space:
mode:
Diffstat (limited to 'unused.jai')
-rw-r--r--unused.jai1
1 files changed, 1 insertions, 0 deletions
diff --git a/unused.jai b/unused.jai
index f9bb2f9..1f71b37 100644
--- a/unused.jai
+++ b/unused.jai
@@ -1,6 +1,7 @@
auto_release_temp(); // automatically release temporary memory.
print(">%<", S64_MIN + delta, to_standard_error = true);
print_to_builder(*builder, "Average % us (% / % bytes) ---------", dbg_average/1000, context.temporary_storage.total_bytes_occupied, context.temporary_storage.high_water_mark); // DEBUG
+print("temp [% .. % .. %] \n", context.temporary_storage.data, get_temporary_storage_mark(), context.temporary_storage.data + context.temporary_storage.size-1);
// MEASURE PERFORMANCE