mirror of
https://github.com/google/benchmark.git
synced 2025-04-29 14:30:37 +08:00
Improved thread sanitizer statements
This commit is contained in:
parent
f8543fd5cc
commit
d9a71d01f4
@ -84,9 +84,8 @@ bool FindBenchmarksInternal(const std::string& re,
|
||||
|
||||
bool IsZero(double n);
|
||||
|
||||
// only call while holding benchmark_mutex_:
|
||||
void MergeResults(const State& st, const ThreadTimer* timer,
|
||||
ThreadManager* manager) NO_THREAD_SAFETY_ANALYSIS;
|
||||
ThreadManager* manager) REQUIRES(benchmark_mutex_);
|
||||
|
||||
BENCHMARK_EXPORT
|
||||
ConsoleReporter::OutputOptions GetOutputOptions(bool force_no_color = false);
|
||||
|
Loading…
Reference in New Issue
Block a user