diff --git a/lib/plugins/html/templates/url/cpu/index.pug b/lib/plugins/html/templates/url/cpu/index.pug index 311e34fed..8f85c7c37 100644 --- a/lib/plugins/html/templates/url/cpu/index.pug +++ b/lib/plugins/html/templates/url/cpu/index.pug @@ -9,7 +9,7 @@ if browsertime && browsertime.cpu && browsertime.cpu.events - const tracePath = 'data/trace-' + (runNumber? runNumber : 1) + '.json.gz' a.button.button-download(href=tracePath, download=downloadName + '-timeline.json.gz') Download trace log -if options.browsertime && options.browsertime.firefox && options.browsertime.firefox.geckoProfiler +if options.browsertime && options.browsertime.firefox && options.browsertime.firefox.geckoProfiler && options.browser === 'firefox' p Download the Firefox Geckoprofiler trace and drag and drop it into a(href='https://profiler.firefox.com') https://profiler.firefox.com .downloads