| Profiler Methods |
The Profiler type exposes the following members.
| Name | Description | |
|---|---|---|
| AddValue |
Adds the value to the ProfilerData with the given name.
| |
| ClearAll |
Removes all profiler data.
| |
| Dump |
Returns a string that contains a table with all ProfilerData instances for the
current thread.
| |
| Dump(Int32) |
Returns a string that contains a table with all ProfilerData instances for the
given thread.
| |
| Dump(Thread) |
Returns a string that contains a table with all ProfilerData instances for the
given thread.
(Not available on these platforms: WinRT)
| |
| DumpAll |
Returns a string that contains all collected profiler data (for all threads).
| |
| Get |
Gets the ProfilerDataCollection for the current thread.
| |
| Get(Int32) |
Gets the ProfilerDataCollection for the specified thread.
| |
| Get(String) |
Gets the ProfilerData with the given name for the current thread.
| |
| Get(Thread) |
Gets the ProfilerDataCollection for the specified thread.
(Not available on these platforms: WinRT)
| |
| Reset |
Resets all ProfilerData for the current thread.
| |
| Reset(Int32) |
Resets all ProfilerData for the given thread.
| |
| Reset(String) |
Resets the ProfilerData with the given name (only for the current thread).
| |
| Reset(Thread) |
Resets all ProfilerData for the given thread.
(Not available on these platforms: WinRT)
| |
| ResetAll |
Resets all ProfilerData for all threads.
| |
| ResetAll(String) |
Resets the ProfilerData with the given name for all threads.
| |
| SetFormat |
Sets the formatting data for ProfilerData.
| |
| Start |
Starts time measurement for the ProfilerData with the given name.
| |
| Stop |
Stops time measurement for the ProfilerData with the given name and records
the elapsed time in seconds.
|