diff --git a/src/log.cppm b/src/log.cppm index 6dbbcf1..7ee2071 100644 --- a/src/log.cppm +++ b/src/log.cppm @@ -43,6 +43,22 @@ void set_verbose(bool v); bool is_verbose(); void verbose(std::string_view tag, std::string_view message); +// Scoped verbose timer for diagnosing slow steps (e.g. first-run init / bootstrap +// hangs). Logs "