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

Unified Diff: tracing/bin/strip_memory_infra_trace

Issue 2184783002: Add tracing/bin/strip_memory_infra_trace (Closed) Base URL: https://github.com/catapult-project/catapult.git@master
Patch Set: Juan review Created 4 years, 5 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 | « no previous file | tracing/tracing_build/strip_memory_infra_trace.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tracing/bin/strip_memory_infra_trace
diff --git a/tracing/bin/merge_traces b/tracing/bin/strip_memory_infra_trace
similarity index 76%
copy from tracing/bin/merge_traces
copy to tracing/bin/strip_memory_infra_trace
index bce07dba316028001a00f649f90832893116b3a8..8bdc8375d75847ebb62ec39e9ec21721684ecdb6 100755
--- a/tracing/bin/merge_traces
+++ b/tracing/bin/strip_memory_infra_trace
@@ -9,5 +9,5 @@ import sys
if __name__ == '__main__':
tracing_path = os.path.abspath(os.path.join(os.path.dirname(__file__), '..'))
sys.path.append(tracing_path)
- from tracing_build import merge_traces
- sys.exit(merge_traces.Main(sys.argv))
+ from tracing_build import strip_memory_infra_trace
+ sys.exit(strip_memory_infra_trace.Main(sys.argv))
« no previous file with comments | « no previous file | tracing/tracing_build/strip_memory_infra_trace.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698