Please use. NET 5,. NET 6, NET 7,. NET 8, NET Framework 4.6, NET Framework 4.61, NET Framework 4.7, NET Framework 4.72, NET Framework 4.8, NET Framework 4.81, and. NET Core 3.1 versions

OvProfilingInfo Structure

Represents basic inference profiling information per operation.

Definition

Namespace: OpenVinoSharp
Assembly: OpenVINO_CSharp_API (in OpenVINO_CSharp_API.dll) Version: 2024.3.0.2+a9617c0f8f80882646d0eba11b88ae6cb17b3fb8
C#
public struct ProfilingInfo
Inheritance
Object    ValueType    OvProfilingInfo

Remarks

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

cpu_time The net host CPU time that the node ran.
exec_type Execution type of a unit.
node_name Name of a node.
node_type Node type.
real_time The absolute time, in microseconds, that the node ran (in total).
status  

See Also