PerfTimer Class |
Namespace: LiteCore.Util
public static class PerfTimer
The PerfTimer type exposes the following members.
| Name | Description | |
|---|---|---|
| StartEvent |
Starts a new performance event
| |
| StartRun |
Starts an overall run (memory measurement)
| |
| StopEvent |
Stops the performance event with the given name and records its time
| |
| WriteStats |
Writes the statistics about all of the recorded performance events
using the given handler
|