stopTimer

open fun stopTimer(@Nullable message: String)

Stops a timer and shows the delta since the timer was started along with a message Note: This method is not thread safe.

Deprecated

Parameters

message

The message to be shown. The log level will be set to DEBUG