다음을 통해 공유


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

적용 대상