File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
source/types/ProfilerResultNode Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff 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 ``.
You can’t perform that action at this time.
0 commit comments