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

Unified Diff: tools/telemetry/telemetry/timeline/tracing_config.py

Issue 1338423007: [Telemetry] Platform-level tracing (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: review fix Created 5 years, 3 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 | « tools/telemetry/telemetry/internal/platform/tracing_controller_backend.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/telemetry/telemetry/timeline/tracing_config.py
diff --git a/tools/telemetry/telemetry/timeline/tracing_config.py b/tools/telemetry/telemetry/timeline/tracing_config.py
index 4ab1c5102ad816dbf8b0eaaf6fadaad2c3a7b0d2..e0d520839e081f65898d2c6cd0953500aa717819 100644
--- a/tools/telemetry/telemetry/timeline/tracing_config.py
+++ b/tools/telemetry/telemetry/timeline/tracing_config.py
@@ -15,6 +15,14 @@ class TracingConfig(object):
self._tracing_options = tracing_options
self._tracing_category_filter = tracing_category_filter
+ @property
+ def tracing_options(self):
+ return self._tracing_options
+
+ @property
+ def tracing_category_filter(self):
+ return self._tracing_category_filter
+
def GetTraceConfigJsonString(self):
result = {}
result.update(self._tracing_options.GetDictForChromeTracing())
« no previous file with comments | « tools/telemetry/telemetry/internal/platform/tracing_controller_backend.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698