Share via


TimingLogger(String, Boolean) Constructor

Definition

Construct a TimeLogger instance and start measuring time immediately, if the startImmediately parameter is left out or set to true. If the startMessage is not null then the message is logged at the start.

public TimingLogger (string? startMessage = default, bool startImmediately = true);
new Android.Runtime.TimingLogger : string * bool -> Android.Runtime.TimingLogger

Parameters

startMessage
String
startImmediately
Boolean

Applies to