aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--unused.jai2
1 files changed, 2 insertions, 0 deletions
diff --git a/unused.jai b/unused.jai
index d016cb7..f9bb2f9 100644
--- a/unused.jai
+++ b/unused.jai
@@ -1,5 +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
+
// MEASURE PERFORMANCE
{