diff options
| author | dam <dam@gudinoff> | 2024-05-07 15:22:56 +0100 |
|---|---|---|
| committer | dam <dam@gudinoff> | 2024-05-07 15:22:56 +0100 |
| commit | 0985900775b41c796f6b74ab4c8cc07b71506787 (patch) | |
| tree | b119762fdfc1b389217b0da379b30f3650671bb0 /unused.jai | |
| parent | 8779553b877a2bb728ddf9d7c21b272c2eedb653 (diff) | |
| download | task-time-tracker-0985900775b41c796f6b74ab4c8cc07b71506787.tar.zst task-time-tracker-0985900775b41c796f6b74ab4c8cc07b71506787.zip | |
Keep some unused code.
Diffstat (limited to 'unused.jai')
| -rw-r--r-- | unused.jai | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 { |
