struct ov::ProfilingInfo¶
Detailed Documentation¶
Represents basic inference profiling information per operation.
If the operation is executed using tiling, the sum time per each tile is indicated as the total execution time. Due to parallel execution, the total execution time for all nodes might be greater than the total inference time.
Fields¶
Status statusDefines the node status.
std::chrono::microseconds real_timeThe absolute time, in microseconds, that the node ran (in total).
std::chrono::microseconds cpu_timeThe net host CPU time that the node ran.
std::string node_nameName of a node.
std::string exec_typeExecution type of a unit.
std::string node_typeNode type.