| ProfilerResetAll Method |
Namespace: DigitalRune.DiagnosticsAssembly: DigitalRune (in DigitalRune.dll) Version: 1.20.0.0 (1.20.1.14552)
Syntax [ConditionalAttribute("DIGITALRUNE_PROFILE")]
public static void ResetAll()
<ConditionalAttribute("DIGITALRUNE_PROFILE")>
Public Shared Sub ResetAll
public:
[ConditionalAttribute(L"DIGITALRUNE_PROFILE")]
static void ResetAll()
[<ConditionalAttribute("DIGITALRUNE_PROFILE")>]
static member ResetAll : unit -> unit
Remarks Thread-Safety: This method is not thread-safe and must only be called when
it is assured that no other thread uses the profiler.
See Also