summaryrefslogtreecommitdiff
path: root/doc/todo/subsecond_timestamping_of_the_--debug_output.mdwn
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-08-12 14:42:49 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-08-12 14:42:49 -0400
commit95e9be1bd491a5f598f7c2aaf202f7888ff3223c (patch)
treeac43084a72927d7577f8955e44a68c2044edc0c0 /doc/todo/subsecond_timestamping_of_the_--debug_output.mdwn
parentff5d0a341bcca6524c3241da7532a47e08c566e0 (diff)
--debug log messages are now timestamped with fractional seconds.
Diffstat (limited to 'doc/todo/subsecond_timestamping_of_the_--debug_output.mdwn')
-rw-r--r--doc/todo/subsecond_timestamping_of_the_--debug_output.mdwn3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/todo/subsecond_timestamping_of_the_--debug_output.mdwn b/doc/todo/subsecond_timestamping_of_the_--debug_output.mdwn
index 9820338ea..8d963c432 100644
--- a/doc/todo/subsecond_timestamping_of_the_--debug_output.mdwn
+++ b/doc/todo/subsecond_timestamping_of_the_--debug_output.mdwn
@@ -1 +1,4 @@
ATM --debug uses timestamps at second precision. Would be nice (to see where time is spent) to have subsecond timing
+
+> [[done]], I was able to get fractional seconds down to 0.000001
+> in the debug output. --[[Joey]]