From d5402ba41bcb6d41e1bd9823149fe14d5ea395eb Mon Sep 17 00:00:00 2001 From: msmykx <101244365+msmykx-intel@users.noreply.github.com> Date: Mon, 26 Aug 2024 09:59:44 +0200 Subject: [PATCH] Update exec_model_info.hpp --- src/inference/dev_api/openvino/runtime/exec_model_info.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/inference/dev_api/openvino/runtime/exec_model_info.hpp b/src/inference/dev_api/openvino/runtime/exec_model_info.hpp index 4f1976d671db0f..06e04e8ded985e 100644 --- a/src/inference/dev_api/openvino/runtime/exec_model_info.hpp +++ b/src/inference/dev_api/openvino/runtime/exec_model_info.hpp @@ -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";