125

CHAPTER 2 DEPENDENCE FUNCTIONS
2.2.9.2 Display Performance Measurement Data

Display the measured time and measuring count by using the SHOW PERFORMANCE

command.

Displaying Measured Time

To display the time measured, specify the starting event number or the ending event number.

The lower time limit, upper time limit and display interval can be specified. The specified time value is in

1μs, when the minimum measurement unit timer is set to 1 μs by the SET TIMESCALE command, and in

100 ns when the minimum is set to 100 ns.

>SHOW PERFORMANCE/TIME 1,9000,18999,1000
event = 1 -> 2 time (µs) | count
min time = 11637.0 -----------------------------+---------
max time = 17745.0 0.0 - 8999.0 | 0
avr time = 14538.0 9000.0 - 9999.0 | 0
10000.0 - 10999.0 | 0
11000.0 - 11999.0 | 2
12000.0 - 12999.0 | 19
13000.0 - 13999.0 | 52
14000.0 - 14999.0 | 283
15000.0 - 15999.0 | 92
16000.0 - 16999.0 | 3
17000.0 - 17999.0 | 1
18000.0 - 18999.0 | 0
19000.0 - | 0
-----------------------------+---------
total | 452
Minimum
execution time
Event number
Maximum
execution time
Average
execution time
Count of measuring within given time interval
Total measuring count
>SHOW PERFORMANCE/TIME 1,13000,16999,500
event = 1 -> 2 time (
μ
s) | count
min time = 11637.0 -----------------------------+---------
max time = 17745.0 0.0 - 12999.0 | 21
avr time = 14538.0 13000.0 - 13499.0 | 13
13500.0 - 13999.0 | 39
14000.0 - 14499.0 | 121
14500.0 - 14999.0 | 162
15000.0 - 15499.0 | 76
15500.0 - 15999.0 | 16
16000.0 - 16499.0 | 2
16500.0 - 16999.0 | 1
17000.0 - 17499.0 | 1
-----------------------------+---------
total | 452
Upper time limit for display
Lower time limit for display