IMeasureItem Interface
Represents a measurement item that is managed by the
Profiler class.
Namespace: KGySoft.DiagnosticsAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
public interface IMeasureItem
Public Interface IMeasureItem
public interface class IMeasureItem
type IMeasureItem = interface end
| Category |
Gets the category name of the measurement item.
|
| FirstCall |
Gets the duration of the first call of the current operation.
|
| NumberOfCalls |
Gets the number of calls of the current operation.
|
| Operation |
Gets the operation name of the measurement item.
|
| TotalTime |
Gets the total duration of the current operation.
|