TimingLogger.Stop(String) 方法

定义

停止测量参数中指定的 stopMessage 时间和日志消息。 如果未指定消息,Xamarin.Android 运行时将使用默认消息 "Managed Timing"。 按以下格式报告时间:

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

字段 elapsed 的定义如下: seconds:milliseconds::nanoseconds

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

参数

stopMessage
String

适用于