TimingLogger.Stop(String) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
停止测量参数中指定的 stopMessage 时间和日志消息。 如果未指定消息,则 Android 运行时.NET将使用默认消息"Managed
Timing"。 按以下格式报告时间:
stopMessage; elapsed: %lis:%lu::%lu
字段 elapsed 的定义如下: seconds:milliseconds::nanoseconds
public void Stop(string stopMessage);
member this.Stop : string -> unit
参数
- stopMessage
- String