Click or drag to resize

PerfTimerStartEvent Method

Starts a new performance event

Namespace:  LiteCore.Util
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0713
Syntax
C#
public static void StartEvent(
	string name
)

Parameters

name
Type: SystemString
The name for the event
See Also