This function references the result measured by a conditional timer.
[Specification format]
[Argument(s)]
None
[Return value]
List of conditional timer information (see the TimerInfo class for detail)
[Detailed description]
- | The result measured by a conditional timer is shown by the following format. |
timer-event-number Total: total-execution-time ns, Pass Count: pass-count , Average: average-execution-time ns, Max: maximum-execution-time ns, Min: minimum-execution-time ns
|
[Example of use]
>>>debugger.Timer.Get()
1 Total: 2000 ns, Pass Count: 4 , Average: 500 ns, Max: 800 ns, Min: 300 ns
>>>
|