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

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

Issue 2965383002: WIP: Add support for additional flag-specified tracing categories. (Closed)
Patch Set: 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 | « no previous file | telemetry/telemetry/benchmark.py » ('j') | telemetry/telemetry/benchmark.py » ('J')
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..ea8f1cd0a82a2628f5e462456d62ac09af79915f 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 CreateBaseTimelineBasedMeasurementOptions(self):
charliea (OOO until 10-5) 2017/07/07 20:06:59 Maybe it's just me, but it feels like this name is
options = timeline_based_measurement.Options()
options.SetTimelineBasedMetrics(['sampleMetric'])
return options
« no previous file with comments | « no previous file | telemetry/telemetry/benchmark.py » ('j') | telemetry/telemetry/benchmark.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698