mirror of
https://gitee.com/openharmony/third_party_benchmark
synced 2024-12-12 01:34:26 +00:00
Minor move of code to cleanup up namespace spaghetti a bit
This commit is contained in:
parent
a96ff121b3
commit
2409cb2eb1
@ -99,20 +99,15 @@ DEFINE_bool(benchmark_counters_tabular, false,
|
||||
DEFINE_int32(v, 0, "The level of verbose logging to output");
|
||||
|
||||
namespace benchmark {
|
||||
namespace internal {
|
||||
|
||||
void UseCharPointer(char const volatile*) {}
|
||||
|
||||
} // end namespace internal
|
||||
|
||||
namespace {
|
||||
|
||||
static const size_t kMaxIterations = 1000000000;
|
||||
|
||||
} // end namespace
|
||||
|
||||
namespace internal {
|
||||
|
||||
void UseCharPointer(char const volatile*) {}
|
||||
|
||||
class ThreadManager {
|
||||
public:
|
||||
ThreadManager(int num_threads)
|
||||
|
Loading…
Reference in New Issue
Block a user