Difference between revisions of "Displaytime"

From Mesham
Jump to navigationJump to search
(Created page with '== Overview == This displaytime[] function will display the timing results recorded by the function recordtime along with the process ID. This is very useful for debugging o…')
 
m (3 revisions imported)
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
== Overview ==
 
== Overview ==
  
This displaytime[] function will display the timing results recorded by the function [[recordtime]] along with the process ID. This is very useful for debugging or performance testing.
+
This displaytime() function will display the timing results recorded by the function [[recordtime]] along with the process ID. This is very useful for debugging or performance testing.
  
 
* '''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

Overview

This displaytime() function will display the timing results recorded by the function recordtime along with the process ID. This is very useful for debugging or performance testing.

  • Pass: Nothing
  • Returns: Nothing

Since: Version 0.41b