TimingLogger.Start(String) Method

Definition

Start measuring time. If startMessage is provided (or if the constructor was passed a message to use when starting) it will be output to the log, otherwise the measurement start is silent. The method does anything only if no measurement is active.

public void Start (string? startMessage = default);
member this.Start : string -> unit

Parameters

startMessage
String

Applies to