aboutsummaryrefslogtreecommitdiff
path: root/unused.jai
diff options
context:
space:
mode:
authordam <dam@gudinoff>2024-05-06 12:48:36 +0100
committerdam <dam@gudinoff>2024-05-06 12:48:36 +0100
commitf024b0afab602df742284b86396325ce93ce6d98 (patch)
treef56409789db042f20021f3d4ef86d8f786dfac25 /unused.jai
parentb32a697e1898a37497cfc504a2746dcf1f0710da (diff)
downloadtask-time-tracker-f024b0afab602df742284b86396325ce93ce6d98.tar.zst
task-time-tracker-f024b0afab602df742284b86396325ce93ce6d98.zip
Removed TODO keyword from secundary files.
Diffstat (limited to 'unused.jai')
-rw-r--r--unused.jai6
1 files changed, 3 insertions, 3 deletions
diff --git a/unused.jai b/unused.jai
index a8dddfc..ab4f667 100644
--- a/unused.jai
+++ b/unused.jai
@@ -1,4 +1,4 @@
-auto_release_temp(); // TODO Needs to be tested.
+auto_release_temp(); // automatically release temporary memory.
print(">%<", S64_MIN + delta, to_standard_error = true);
// MEASURE PERFORMANCE
@@ -13,7 +13,7 @@ print(">%<", S64_MIN + delta, to_standard_error = true);
CA_n+1 = (x_n+1 + n*CA_n ) / (n + 1)
}
-// TODO DEBUG
+// Memory allocator debugging.
print_owner_allocator :: (tag: string, memory: *void) {
owner := "unkown";
@@ -23,7 +23,7 @@ print_owner_allocator :: (tag: string, memory: *void) {
print("'%' belongs to '%'\n", tag, owner);
}
-// TODO DEBUG
+// ttt's database debugging.
print_database :: (db: Database) {
for db.tasks {
print("% | % : % : % : % : % : % : %\n", cast(string)it.name,