]> granicus.if.org Git - check/commitdiff
Add comment, mentioning time resolution of stored duration
authorbrarcher <brarcher@64e312b2-a51f-0410-8e61-82d0ca0eb02a>
Tue, 17 Dec 2013 22:12:17 +0000 (22:12 +0000)
committerbrarcher <brarcher@64e312b2-a51f-0410-8e61-82d0ca0eb02a>
Tue, 17 Dec 2013 22:12:17 +0000 (22:12 +0000)
git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@892 64e312b2-a51f-0410-8e61-82d0ca0eb02a

src/check_impl.h

index 91f9d8962fcc4271cedfe10a215f40d9be249330..d0e67450aebd44fbec565ee87a8d51f0fde01ec3 100644 (file)
@@ -76,7 +76,7 @@ struct TestResult {
   char *file;    /* File where the test occured */
   int line;      /* Line number where the test occurred */
   int iter;      /* The iteration value for looping tests */
-  int duration;  /* duration of this test */
+  int duration;  /* duration of this test in microseconds */
   const char *tcname;  /* Test case that generated the result */
   const char *tname;  /* Test that generated the result */
   char *msg;     /* Failure message */