summaryrefslogtreecommitdiff
path: root/doc/todo
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
parentff5d0a341bcca6524c3241da7532a47e08c566e0 (diff)
--debug log messages are now timestamped with fractional seconds.
Diffstat (limited to 'doc/todo')
-rw-r--r--doc/todo/subsecond_timestamping_of_the_--debug_output.mdwn3
-rw-r--r--doc/todo/subsecond_timestamping_of_the_--debug_output/comment_1_6067cf9dfbb9dcebfe90951515e2ccdf._comment8
2 files changed, 3 insertions, 8 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]]
diff --git a/doc/todo/subsecond_timestamping_of_the_--debug_output/comment_1_6067cf9dfbb9dcebfe90951515e2ccdf._comment b/doc/todo/subsecond_timestamping_of_the_--debug_output/comment_1_6067cf9dfbb9dcebfe90951515e2ccdf._comment
deleted file mode 100644
index d99959357..000000000
--- a/doc/todo/subsecond_timestamping_of_the_--debug_output/comment_1_6067cf9dfbb9dcebfe90951515e2ccdf._comment
+++ /dev/null
@@ -1,8 +0,0 @@
-[[!comment format=mdwn
- username="joey"
- subject="""comment 1"""
- date="2015-08-04T19:32:38Z"
- content="""
-This would require changes to the MissingH library, which is what provides
-the debug logger.
-"""]]