Skip to content

Commit

Permalink
Update exec_model_info.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
msmykx-intel committed Aug 26, 2024
1 parent dd0fe60 commit d5402ba
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 d5402ba

Please sign in to comment.