TimingLogger.AddSplit(String) Method

Definition

Add a split for the current time, labeled with splitLabel.

[Android.Runtime.Register("addSplit", "(Ljava/lang/String;)V", "GetAddSplit_Ljava_lang_String_Handler")]
public virtual void AddSplit (string? splitLabel);
[<Android.Runtime.Register("addSplit", "(Ljava/lang/String;)V", "GetAddSplit_Ljava_lang_String_Handler")>]
abstract member AddSplit : string -> unit
override this.AddSplit : string -> unit

Parameters

splitLabel
String

a label to associate with this split.

Attributes

Remarks

Add a split for the current time, labeled with splitLabel. If Log.isLoggable was not enabled to at least the Log.VERBOSE for the specified tag at construction or reset() time then this call does nothing.

Java documentation for android.util.TimingLogger.addSplit(java.lang.String).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to