Click or drag to resize
DigitalRuneProfilerAddValue Method
Adds the value to the ProfilerData with the given name.

Namespace: DigitalRune.Diagnostics
Assembly: DigitalRune (in DigitalRune.dll) Version: 1.20.0.0 (1.20.1.14552)
Syntax
[ConditionalAttribute("DIGITALRUNE_PROFILE")]
public static void AddValue(
	string name,
	double value
)

Parameters

name
Type: SystemString
The name.
value
Type: SystemDouble
The value.
See Also