Home
last modified time | relevance | path

Searched refs:big_o (Results 1 - 3 of 3) sorted by relevance

/third_party/benchmark/src/
H A Dcomplexity.cc194 Run big_o;
195 big_o.run_name = run_name;
196 big_o.family_index = reports[0].family_index;
197 big_o.per_family_instance_index = reports[0].per_family_instance_index;
198 big_o.run_type = BenchmarkReporter::Run::RT_Aggregate;
199 big_o.repetitions = reports[0].repetitions;
200 big_o.repetition_index = Run::no_repetition_index;
201 big_o.threads = reports[0].threads;
202 big_o.aggregate_name = "BigO";
203 big_o
[all...]
H A Dconsole_reporter.cc155 std::string big_o = GetBigOString(result.complexity); in PrintRunData() local
157 big_o.c_str(), cpu_time, big_o.c_str()); in PrintRunData()
/third_party/benchmark/test/
H A Dcomplexity_test.cc19 const std::string &big_o, int family_index) { in AddComplexityTest()
23 {"%bigo_str", "[ ]* %float " + big_o}, in AddComplexityTest()
24 {"%bigo", big_o}, in AddComplexityTest()
44 {"\"big_o\": \"%bigo\",$", MR_Next}, in AddComplexityTest()
16 AddComplexityTest(const std::string &test_name, const std::string &big_o_test_name, const std::string &rms_test_name, const std::string &big_o, int family_index) AddComplexityTest() argument

Completed in 2 milliseconds