Click or drag to resize

PerfTimerWriteStats Method

Writes the statistics about all of the recorded performance events using the given handler

Namespace:  LiteCore.Util
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0713
Syntax
C#
public static void WriteStats(
	Action<string> handler
)

Parameters

handler
Type: SystemActionString
The handler used to write the performance events
See Also