summaryrefslogtreecommitdiff
path: root/src/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'src/TODO')
-rw-r--r--src/TODO3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/TODO b/src/TODO
new file mode 100644
index 00000000..5ad232dd
--- /dev/null
+++ b/src/TODO
@@ -0,0 +1,3 @@
+- Add tracing code for functions that records call count and total
+ time spent, as well as average time per call. This would implement
+ selective profiling.