Home
last modified time | relevance | path

Searched defs:big_o (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/utils/benchmark/src/
H A Dconsole_reporter.cc134 std::string big_o = GetBigOString(result.complexity); in PrintRunData() local
H A Dcomplexity.cc186 Run big_o; in ComputeBigO() local
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/src/
H A Dconsole_reporter.cc140 std::string big_o = GetBigOString(result.complexity); in PrintRunData() local
H A Dcomplexity.cc190 Run big_o; in ComputeBigO() local
/netbsd-src/external/apache2/llvm/dist/llvm/utils/benchmark/test/
H A Dcomplexity_test.cc15 int AddComplexityTest(std::string big_o_test_name, std::string rms_test_name, in AddComplexityTest()
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/test/
H A Dcomplexity_test.cc15 int AddComplexityTest(std::string test_name, std::string big_o_test_name, in AddComplexityTest()