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

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

Issue 1238393003: [IndexedDB] Adding traces, perf tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: forgot to start the old test 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
Index: tools/telemetry/telemetry/timeline/counter.py
diff --git a/tools/telemetry/telemetry/timeline/counter.py b/tools/telemetry/telemetry/timeline/counter.py
index d981e93e6df71cb5ab0728720701dfdb4ab4036d..72fdd873c3cd12a01cf32e1e1678337332e15b8e 100644
--- a/tools/telemetry/telemetry/timeline/counter.py
+++ b/tools/telemetry/telemetry/timeline/counter.py
@@ -14,6 +14,10 @@ class CounterSample(object):
self._sample_index = sample_index
@property
+ def category(self):
+ return self._counter.category
+
+ @property
def name(self):
return self._counter.full_name

Powered by Google App Engine
This is Rietveld 408576698