HomeSort by relevance Sort by last modified time
    Searched refs:complexity_n (Results 1 - 8 of 8) sorted by null

  /external/google-benchmark/include/benchmark/
reporter.h 56 complexity_n(0),
93 int complexity_n; member in struct:benchmark::BenchmarkReporter::Run
benchmark_api.h 410 // If this routine is called with complexity_n > 0 and complexity report is
413 // and complexity_n will
416 void SetComplexityN(int complexity_n) { complexity_n_ = complexity_n; }
    [all...]
  /external/libcxx/utils/google-benchmark/include/benchmark/
reporter.h 55 complexity_n(0),
91 int complexity_n; member in struct:benchmark::BenchmarkReporter::Run
benchmark_api.h 359 // If this routine is called with complexity_n > 0 and complexity report is
362 // and complexity_n will
365 void SetComplexityN(int complexity_n) { complexity_n_ = complexity_n; }
  /external/google-benchmark/src/
benchmark.cc 150 int complexity_n = 0; member in struct:benchmark::internal::ThreadManager::Result
256 report.complexity_n = results.complexity_n;
283 results.complexity_n += st.complexity_length_n();
complexity.cc 270 CHECK_GT(run.complexity_n, 0) << "Did you forget to call SetComplexityN?";
271 n.push_back(run.complexity_n);
  /external/libcxx/utils/google-benchmark/src/
benchmark.cc 144 int complexity_n = 0; member in struct:benchmark::internal::ThreadManager::Result
249 report.complexity_n = results.complexity_n;
274 results.complexity_n += st.complexity_length_n();
complexity.cc 238 CHECK_GT(run.complexity_n, 0) << "Did you forget to call SetComplexityN?";
239 n.push_back(run.complexity_n);

Completed in 87 milliseconds