Click or drag to resize
DigitalRuneHierarchicalProfilerNodeCount Property
Gets how often this node was called.

Namespace: DigitalRune.Diagnostics
Assembly: DigitalRune (in DigitalRune.dll) Version: 1.20.0.0 (1.20.1.14552)
Syntax
public int Count { get; }

Property Value

Type: Int32
The number of calls.
Remarks
The Count is incremented when Start(String) is called.
See Also