TimingLogger.Stop(String) Method

Definition

Stop measuring time and log message specified in the stopMessage parameter. If message is not specified, the Xamarin.Android runtime will use the default message, "Managed Timing". Time is reported in the following format:

stopMessage; elapsed: %lis:%lu::%lu

The elapsed fields are defined as follows: seconds:milliseconds::nanoseconds

public void Stop (string stopMessage);
member this.Stop : string -> unit

Parameters

stopMessage
String

Applies to