|
From: <sv...@va...> - 2007-03-28 12:16:58
|
Author: njn
Date: 2007-03-28 13:16:55 +0100 (Wed, 28 Mar 2007)
New Revision: 6682
Log:
add a comment
Modified:
trunk/include/pub_tool_libcproc.h
Modified: trunk/include/pub_tool_libcproc.h
===================================================================
--- trunk/include/pub_tool_libcproc.h 2007-03-28 07:36:31 UTC (rev 6681)
+++ trunk/include/pub_tool_libcproc.h 2007-03-28 12:16:55 UTC (rev 6682)
@@ -75,6 +75,9 @@
Timing
------------------------------------------------------------------ */
+// Returns the number of milliseconds passed since the progam started
+// (roughly; it gets initialised partway through Valgrind's initialisation
+// steps).
extern UInt VG_(read_millisecond_timer) ( void );
#endif // __PUB_TOOL_LIBCPROC_H
|