mirror of https://github.com/google/benchmark.git
parent
ef73a30083
commit
b884717437
|
@ -218,7 +218,7 @@ PerfCounters PerfCounters::Create(
|
||||||
GetErrorLogInstance() << "***WARNING*** Failed to start counters. "
|
GetErrorLogInstance() << "***WARNING*** Failed to start counters. "
|
||||||
"Claring out all counters.\n";
|
"Claring out all counters.\n";
|
||||||
|
|
||||||
// Close all peformance counters
|
// Close all performance counters
|
||||||
for (int id : counter_ids) {
|
for (int id : counter_ids) {
|
||||||
::close(id);
|
::close(id);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue