Class TimeMeasureProfiler
Represents a profiler that is optimized for time measuring operations.
Inheritance
System.Object
TimeMeasureProfiler
Assembly: Cuemon.Core.dll
Syntax
public class TimeMeasureProfiler : Profiler
Properties
|
Improve this Doc
Elapsed
Gets the total elapsed time measured by this profiler.
Declaration
public TimeSpan Elapsed { get; }
Property Value
Type |
Description |
System.TimeSpan |
A read-only System.TimeSpan representing the total elapsed time measured by this profiler.
|
|
Improve this Doc
IsRunning
Gets a value indicating whether this time measuring profiler is still running.
Declaration
public bool IsRunning { get; }
Property Value
Type |
Description |
System.Boolean |
true if this time measuring profiler is still running; otherwise, false .
|
Methods
|
Improve this Doc
ToString()
Returns a System.String that represents this instance.
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
A System.String that represents this instance.
|
Overrides
System.Object.ToString()
Extension Methods
ConverterExtensions.ParseWith<TSource, T1, T2, T3, TResult>(TSource, Func<TSource, T1, T2, T3, TResult>, T1, T2, T3)
ConverterExtensions.ParseWith<TSource, T1, T2, T3, T4, TResult>(TSource, Func<TSource, T1, T2, T3, T4, TResult>, T1, T2, T3, T4)
ConverterExtensions.ParseWith<TSource, T1, T2, T3, T4, T5, TResult>(TSource, Func<TSource, T1, T2, T3, T4, T5, TResult>, T1, T2, T3, T4, T5)
ConverterExtensions.ParseWith<TSource, T1, T2, T3, T4, T5, T6, TResult>(TSource, Func<TSource, T1, T2, T3, T4, T5, T6, TResult>, T1, T2, T3, T4, T5, T6)
ConverterExtensions.ParseWith<TSource, T1, T2, T3, T4, T5, T6, T7, TResult>(TSource, Func<TSource, T1, T2, T3, T4, T5, T6, T7, TResult>, T1, T2, T3, T4, T5, T6, T7)
ConverterExtensions.ParseWith<TSource, T1, T2, T3, T4, T5, T6, T7, T8, TResult>(TSource, Func<TSource, T1, T2, T3, T4, T5, T6, T7, T8, TResult>, T1, T2, T3, T4, T5, T6, T7, T8)
ConverterExtensions.ParseWith<TSource, T1, T2, T3, T4, T5, T6, T7, T8, T9, TResult>(TSource, Func<TSource, T1, T2, T3, T4, T5, T6, T7, T8, T9, TResult>, T1, T2, T3, T4, T5, T6, T7, T8, T9)
See Also