Skip to content

Commit bbd53a1

Browse files
committed
update profiler result node
1 parent 5535dc9 commit bbd53a1

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

source/types/ProfilerResultNode/index.rst

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,18 @@ Variables
1515
* - name
1616
- `std::string <https://en.cppreference.com/w/cpp/string/basic_string>`_
1717
- The block's name.
18-
* - times
19-
- `std::vector <https://en.cppreference.com/w/cpp/container/vector>`_\<double>
20-
- The block's times of execution, in milliseconds.
18+
* - count
19+
- uint32_t
20+
- The number of times the block has been executed.
2121
* - totalTime
2222
- double
2323
- The block's total execution time, in milliseconds.
2424
* - meanTime
2525
- double
2626
- The block's mean execution time, in milliseconds.
27+
* - medianTime
28+
- double
29+
- The block's median execution time, in milliseconds.
2730
* - minTimeIndex
2831
- uint32_t
2932
- The index of the lowest execution time in ``times``.

0 commit comments

Comments
 (0)