aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordam <dam@gudinoff>2024-05-07 15:22:56 +0100
committerdam <dam@gudinoff>2024-05-07 15:22:56 +0100
commit0985900775b41c796f6b74ab4c8cc07b71506787 (patch)
treeb119762fdfc1b389217b0da379b30f3650671bb0
parent8779553b877a2bb728ddf9d7c21b272c2eedb653 (diff)
downloadtask-time-tracker-0985900775b41c796f6b74ab4c8cc07b71506787.tar.zst
task-time-tracker-0985900775b41c796f6b74ab4c8cc07b71506787.zip
Keep some unused code.
-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
{