Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(103)

Unified Diff: telemetry/examples/benchmarks/tbm_benchmark.py

Issue 2965383002: WIP: Add support for additional flag-specified tracing categories. (Closed)
Patch Set: addressed review comments Created 3 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « common/py_utils/py_utils/class_util_unittest.py ('k') | telemetry/telemetry/benchmark.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: telemetry/examples/benchmarks/tbm_benchmark.py
diff --git a/telemetry/examples/benchmarks/tbm_benchmark.py b/telemetry/examples/benchmarks/tbm_benchmark.py
index a335805b558a70168517cd8aaf78649c46e4c42a..5c98d1265d29a96b9dbffbe12e1ebaf2bea4a929 100644
--- a/telemetry/examples/benchmarks/tbm_benchmark.py
+++ b/telemetry/examples/benchmarks/tbm_benchmark.py
@@ -11,7 +11,7 @@ class TBMSample(benchmark.Benchmark):
def CreateStorySet(self, options):
return simple_story_set.SimpleStorySet()
- def CreateTimelineBasedMeasurementOptions(self):
+ def CreateCoreTimelineBasedMeasurementOptions(self):
options = timeline_based_measurement.Options()
options.SetTimelineBasedMetrics(['sampleMetric'])
return options
« no previous file with comments | « common/py_utils/py_utils/class_util_unittest.py ('k') | telemetry/telemetry/benchmark.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698