Lines Matching refs:tm
222 const char *TestModeToString(TestMode tm) { in TestModeToString() argument
223 switch (tm) { in TestModeToString()
470 for (TestMode tm : testModes) { in Go() local
472 double f = RandomQueryTest(inside_threshold, /*dry_run*/ false, tm); in Go()
474 double d = RandomQueryTest(inside_threshold, /*dry_run*/ true, tm); in Go()
475 std::cout << " " << TestModeToString(tm) << " net ns/op: " << (f - d) in Go()
485 for (TestMode tm : testModes) { in Go() local
487 double f = RandomQueryTest(inside_threshold, /*dry_run*/ false, tm); in Go()
489 double d = RandomQueryTest(inside_threshold, /*dry_run*/ true, tm); in Go()
490 std::cout << " " << TestModeToString(tm) << " net ns/op: " << (f - d) in Go()
499 for (TestMode tm : testModes) { in Go() local
501 double f = RandomQueryTest(inside_threshold, /*dry_run*/ false, tm); in Go()
503 double d = RandomQueryTest(inside_threshold, /*dry_run*/ true, tm); in Go()
504 std::cout << " " << TestModeToString(tm) << " net ns/op: " << (f - d) in Go()