| Index: tools/perf/core/path_util.py
|
| diff --git a/tools/perf/core/path_util.py b/tools/perf/core/path_util.py
|
| index dcfcd082b256222ccf3b92e936827c44e6d6fcda..44bfdd414780139ada14e8b7e3a5a046357000cd 100644
|
| --- a/tools/perf/core/path_util.py
|
| +++ b/tools/perf/core/path_util.py
|
| @@ -28,6 +28,10 @@ def GetPerfBenchmarksDir():
|
| return os.path.join(GetPerfDir(), 'benchmarks')
|
|
|
|
|
| +def GetPerfContribDir():
|
| + return os.path.join(GetPerfDir(), 'contrib')
|
| +
|
| +
|
| def AddTelemetryToPath():
|
| telemetry_path = GetTelemetryDir()
|
| if telemetry_path not in sys.path:
|
|
|