Logs a message with the timer prefix and elapsed time.

Synopsis

Declared in <logging/timer.h>

void
Log(std::string const& msg);

Description

Routes to unconditional info logging when the category is ALL, otherwise to category‐filtered debug logging.

Parameters

Name

Description

msg

Message to log alongside the prefix and elapsed time.

Created with MrDocs