| ProfilerStop Method |
Stops time measurement for the
ProfilerData with the given name and records
the elapsed time in seconds.
Namespace: DigitalRune.DiagnosticsAssembly: DigitalRune (in DigitalRune.dll) Version: 1.20.0.0 (1.20.1.14552)
Syntax [ConditionalAttribute("DIGITALRUNE_PROFILE")]
public static void Stop(
string name
)
<ConditionalAttribute("DIGITALRUNE_PROFILE")>
Public Shared Sub Stop (
name As String
)
public:
[ConditionalAttribute(L"DIGITALRUNE_PROFILE")]
static void Stop(
String^ name
)
[<ConditionalAttribute("DIGITALRUNE_PROFILE")>]
static member Stop :
name : string -> unit
Parameters
- name
- Type: SystemString
The name of the ProfilerData.
Remarks See Also