Click or drag to resize
DigitalRuneHierarchicalProfiler Constructor
Initializes a new instance of the HierarchicalProfiler class.

Namespace: DigitalRune.Diagnostics
Assembly: DigitalRune (in DigitalRune.dll) Version: 1.20.0.0 (1.20.1.14552)
Syntax
public HierarchicalProfiler(
	string name
)

Parameters

name
Type: SystemString
The name of this profiler.
See Also