Difference between revisions of "Recordtime"

From Mesham
Jump to navigationJump to search
m
Line 3: Line 3:
 
* '''Pass:''' Nothing
 
* '''Pass:''' Nothing
 
* '''Returns:''' Nothing
 
* '''Returns:''' Nothing
 +
 +
''Since: Version 0.41b''
  
 
[[Category:Function Library]]
 
[[Category:Function Library]]
 
[[Category:System Functions]]
 
[[Category:System Functions]]

Revision as of 18:39, 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

Since: Version 0.41b