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…')
 
m (3 revisions imported)
 
(2 intermediate revisions by the same user not shown)
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
 
* '''Returns:''' Nothing
 
* '''Returns:''' Nothing
 +
 +
''Since: Version 0.41b''
  
 
[[Category:Function Library]]
 
[[Category:Function Library]]
 
[[Category:System Functions]]
 
[[Category:System Functions]]

Latest revision as of 15:44, 15 April 2019

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