TimingLogger(String, Boolean) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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