Searched refs:log_only (Results 1 – 2 of 2) sorted by relevance
71 DurationReporter(const std::string& title, bool log_only = false);
94 DurationReporter::DurationReporter(const std::string& title, bool log_only) in DurationReporter() argument95 : title_(title), log_only_(log_only) { in DurationReporter()