Home
last modified time | relevance | path

Searched refs:GetErrorLogInstance (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/third-party/benchmark/src/
H A Dperf_counters.cc41 GetErrorLogInstance() in Create()
57 GetErrorLogInstance() << "A counter name was the empty string\n"; in Create()
66 GetErrorLogInstance() << "Unknown counter name: " << name << "\n"; in Create()
92 GetErrorLogInstance() in Create()
100 GetErrorLogInstance() << "Failed to start counters\n"; in Create()
124 GetErrorLogInstance() << "Performance counters not supported."; in Create()
H A Dlog.h16 friend LogType& GetErrorLogInstance();
54 inline LogType& GetErrorLogInstance() { in GetErrorLogInstance() function
61 return GetErrorLogInstance(); in GetLogInstanceForLevel()
H A Dcheck.h32 : log_(GetErrorLogInstance()) { in CheckHandler()