語言

TimingLogger.Stop(String) 方法

定義

停止測量時間,並輸入參數中 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

適用於