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

Unified Diff: common/py_trace_event/py_trace_event/trace_event_impl/__init__.py

Issue 2301523007: Add trace events for some of telemetry internal functions (Closed)
Patch Set: Address Petr's nit Created 4 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: common/py_trace_event/py_trace_event/trace_event_impl/__init__.py
diff --git a/common/py_trace_event/py_trace_event/trace_event_impl/__init__.py b/common/py_trace_event/py_trace_event/trace_event_impl/__init__.py
index 21b02171c5c1cfe1420dc8e83b9974d9888a42ef..d250e0312e4684e96e2d3c5ca1b867c9f56be067 100644
--- a/common/py_trace_event/py_trace_event/trace_event_impl/__init__.py
+++ b/common/py_trace_event/py_trace_event/trace_event_impl/__init__.py
@@ -3,4 +3,5 @@
# found in the LICENSE file.
from log import *
from decorators import *
+from meta_class import *
import multiprocessing_shim

Powered by Google App Engine
This is Rietveld 408576698