Click or drag to resize
DigitalRuneProfilerReset Method
Resets the profiler data.
Overload List
  NameDescription
Public methodStatic memberReset
Resets all ProfilerData for the current thread.
Public methodStatic memberReset(Int32)
Resets all ProfilerData for the given thread.
Public methodStatic memberReset(String)
Resets the ProfilerData with the given name (only for the current thread).
Public methodStatic memberReset(Thread)
Resets all ProfilerData for the given thread. (Not available on these platforms: WinRT)
Top
See Also