0

cc: Remove unused method from TaskGraphRunnerPerfTest.

BUG=

Review URL: https://codereview.chromium.org/865683002

Cr-Commit-Position: refs/heads/master@{#312565}
This commit is contained in:
dcastagna
2015-01-21 21:11:29 -08:00
committed by Commit bot
parent 0ffa3ac41e
commit e8577e72d0

@ -51,12 +51,6 @@ class TaskGraphRunnerPerfTest : public testing::Test {
}
void TearDown() override { task_graph_runner_ = nullptr; }
void AfterTest(const std::string& test_name) {
// Format matches chrome/test/perf/perf_test.h:PrintResult
printf(
"*RESULT %s: %.2f runs/s\n", test_name.c_str(), timer_.LapsPerSecond());
}
void RunBuildTaskGraphTest(const std::string& test_name,
int num_top_level_tasks,
int num_tasks,