From 0985900775b41c796f6b74ab4c8cc07b71506787 Mon Sep 17 00:00:00 2001 From: dam Date: Tue, 7 May 2024 15:22:56 +0100 Subject: Keep some unused code. --- unused.jai | 2 ++ 1 file changed, 2 insertions(+) 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 { -- cgit v1.2.3