diff options
| author | dam <dam@gudinoff> | 2024-05-09 11:43:31 +0100 |
|---|---|---|
| committer | dam <dam@gudinoff> | 2024-05-09 11:43:31 +0100 |
| commit | f5fc7f6e700d272c2d60e4a1da219c993f01cad3 (patch) | |
| tree | 8a87cab9f000dc889b32679792106ecb51cabff5 /unused.jai | |
| parent | cfd38fe13acd19c9326264766cfe94e5534db739 (diff) | |
| download | task-time-tracker-f5fc7f6e700d272c2d60e4a1da219c993f01cad3.tar.zst task-time-tracker-f5fc7f6e700d272c2d60e4a1da219c993f01cad3.zip | |
Fixed TUI module to allow returning results in temporary memory.
Diffstat (limited to 'unused.jai')
| -rw-r--r-- | unused.jai | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,6 +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 +print("temp [% .. % .. %] \n", context.temporary_storage.data, get_temporary_storage_mark(), context.temporary_storage.data + context.temporary_storage.size-1); // MEASURE PERFORMANCE |
