Click or drag to resize

PerfTimer Class

Simple utility for timing arbitrary logic and listing hotspots
Inheritance Hierarchy
SystemObject
  LiteCore.UtilPerfTimer

Namespace:  LiteCore.Util
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0713
Syntax
C#
public static class PerfTimer

The PerfTimer type exposes the following members.

Methods
  NameDescription
Public methodStatic memberStartEvent
Starts a new performance event
Public methodStatic memberStartRun
Starts an overall run (memory measurement)
Public methodStatic memberStopEvent
Stops the performance event with the given name and records its time
Public methodStatic memberWriteStats
Writes the statistics about all of the recorded performance events using the given handler
Top
See Also