Home
last modified time | relevance | path

Searched refs:_CATAPULT_DIR (Results 1 – 6 of 6) sorted by relevance

/external/chromium-trace/catapult/telemetry/telemetry/
D__init__.py31 _CATAPULT_DIR = os.path.join( variable
33 _AddDirToPythonPath(_CATAPULT_DIR, 'catapult_base')
34 _AddDirToPythonPath(_CATAPULT_DIR, 'dependency_manager')
35 _AddDirToPythonPath(_CATAPULT_DIR, 'devil')
36 _AddDirToPythonPath(_CATAPULT_DIR, 'tracing')
37 _AddDirToPythonPath(_CATAPULT_DIR, 'common', 'py_trace_event')
/external/chromium-trace/catapult/systrace/profile_chrome/
D__init__.py8 _CATAPULT_DIR = os.path.join( variable
10 sys.path.append(os.path.join(_CATAPULT_DIR, 'devil'))
Dtrace_packager.py15 _CATAPULT_DIR = os.path.join( variable
17 sys.path.append(os.path.join(_CATAPULT_DIR, 'tracing'))
Dperf_controller.py18 _CATAPULT_DIR = os.path.join( variable
20 sys.path.append(os.path.join(_CATAPULT_DIR, 'telemetry'))
/external/chromium-trace/catapult/tracing/tracing/metrics/
D__init__.py9 _CATAPULT_DIR = os.path.abspath(os.path.join( variable
12 _PI_PATH = os.path.join(_CATAPULT_DIR, 'perf_insights')
/external/chromium-trace/catapult/systrace/bin/
Dadb_profile_chrome_startup23 _CATAPULT_DIR = os.path.join( variable
25 sys.path.append(os.path.join(_CATAPULT_DIR, 'devil'))