diff options
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 { |
