| ProfilerReset Method (Thread) |
Resets all
ProfilerData for the given thread.
(Not available on these platforms: WinRT)
Namespace: DigitalRune.DiagnosticsAssembly: DigitalRune (in DigitalRune.dll) Version: 1.20.0.0 (1.20.1.14552)
Syntax [ConditionalAttribute("DIGITALRUNE_PROFILE")]
public static void Reset(
Thread thread
)
<ConditionalAttribute("DIGITALRUNE_PROFILE")>
Public Shared Sub Reset (
thread As Thread
)
public:
[ConditionalAttribute(L"DIGITALRUNE_PROFILE")]
static void Reset(
Thread^ thread
)
[<ConditionalAttribute("DIGITALRUNE_PROFILE")>]
static member Reset :
thread : Thread -> unit
Parameters
- thread
- Type: Thread
The thread.
Remarks Thread-Safety: Accessing the profiler data of a thread that is not the
current thread is not thread-safe.
This method is not available on the following platforms: WinRT
See Also