Searched defs:big_o (Results 1 – 6 of 6) sorted by relevance
134 std::string big_o = GetBigOString(result.complexity); in PrintRunData() local
186 Run big_o; in ComputeBigO() local
140 std::string big_o = GetBigOString(result.complexity); in PrintRunData() local
190 Run big_o; in ComputeBigO() local
15 int AddComplexityTest(std::string big_o_test_name, std::string rms_test_name, in AddComplexityTest()
15 int AddComplexityTest(std::string test_name, std::string big_o_test_name, in AddComplexityTest()