Difference between revisions of "Recordtime"

From Mesham
Jump to navigationJump to search
(Created page with 'This recordtime[] function record the current (wall clock) execution time upon reaching that point. This is useful for debugging or performance testing, the time records can be d…')
 
Line 1: Line 1:
This recordtime[] function record the current (wall clock) execution time upon reaching that point. This is useful for debugging or performance testing, the time records can be displayed via the [[displaytime]] function.
+
This recordtime() function record the current (wall clock) execution time upon reaching that point. This is useful for debugging or performance testing, the time records can be displayed via the [[displaytime]] function.
  
 
* '''Pass:''' Nothing
 
* '''Pass:''' Nothing

Revision as of 13:29, 13 January 2013

This recordtime() function record the current (wall clock) execution time upon reaching that point. This is useful for debugging or performance testing, the time records can be displayed via the displaytime function.

  • Pass: Nothing
  • Returns: Nothing