Skip to content

Commit

Permalink
[DOCS] Refinement of microseconds information - 24.3 (#26224)
Browse files Browse the repository at this point in the history
Added more detailed value to the microseconds description.

Extended info for #26134
Already included in
#26129
  • Loading branch information
msmykx-intel authored Aug 27, 2024
1 parent df88c5c commit c7d03f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/inference/dev_api/openvino/runtime/exec_model_info.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ static const char OUTPUT_PRECISIONS[] = "outputPrecisions";

/**
* @ingroup ov_dev_exec_model
* @brief Used to get a value of execution time of the executable primitive, where Mcs = Microseconds.
* @brief Used to get a value of execution time of the executable primitive, where Mcs = microseconds (1μs=0.000001s).
*/
static const char PERF_COUNTER[] = "execTimeMcs";

Expand Down

0 comments on commit c7d03f3

Please sign in to comment.