aboutsummaryrefslogtreecommitdiff
path: root/catapult/systrace/profile_chrome/profiler.py
diff options
context:
space:
mode:
Diffstat (limited to 'catapult/systrace/profile_chrome/profiler.py')
-rw-r--r--catapult/systrace/profile_chrome/profiler.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/catapult/systrace/profile_chrome/profiler.py b/catapult/systrace/profile_chrome/profiler.py
index 1a4009ca..148aabb4 100644
--- a/catapult/systrace/profile_chrome/profiler.py
+++ b/catapult/systrace/profile_chrome/profiler.py
@@ -36,7 +36,7 @@ def _GetResults(trace_results, controller, output, compress, write_json,
trace_results = output_generator.MergeTraceResultsIfNeeded(trace_results)
if not write_json:
ui.PrintMessage('Writing trace HTML...')
- html_file = trace_results[0].source_name + '.html'
+ html_file = output or trace_results[0].source_name + '.html'
result = output_generator.GenerateHTMLOutput(trace_results, html_file)
ui.PrintMessage('\nWrote file://%s' % result)
elif compress and len(trace_results) == 1: