This commit is contained in:
soulgalore 2024-01-07 15:30:47 +01:00
parent fff3b1b3bd
commit 89c9e31b13
3 changed files with 4 additions and 3 deletions

View File

@ -1 +1 @@
20.0.0
21.0.0

View File

@ -79,6 +79,7 @@ firefox
--firefox.perfStats Collect gecko performance statistics as measured internally by the firefox browser. See https://searchfox.org/mozilla-central/source/tools/performance/PerfStats.h#24-33 [boolean] [default: false]
--firefox.perfStatsParams.mask Mask to decide which features to enable [number] [default: 4294967295]
--firefox.collectMozLog Collect the MOZ HTTP log (by default). See --firefox.setMozLog if you need to specify the logs you wish to gather. [boolean]
--firefox.powerConsumption Enable power consumption collection (in Wh). To get the consumption you also need to set firefox.geckoProfilerParams.features to include power. [boolean] [default: false]
--firefox.setMozLog Use in conjunction with firefox.collectMozLog to set MOZ_LOG to something specific. Without this, the HTTP logs will be collected by default [default: "timestamp,nsHttp:5,cache2:5,nsSocketTransport:5,nsHostResolver:5"]
--firefox.disableBrowsertimeExtension Disable installing the browsertime extension. [boolean]
--firefox.noDefaultPrefs Prevents browsertime from setting its default preferences. [boolean] [default: false]

View File

@ -1,6 +1,6 @@
---
layout: default
title: Documentation Browsertime 20
title: Documentation Browsertime 21
description: Read about all you can do with Browsertime.
keywords: tools, documentation, web performance
nav: documentation
@ -9,7 +9,7 @@ image: https://www.sitespeed.io/img/sitespeed-2.0-twitter.png
twitterdescription: Documentation for Browsertime.
---
# Documentation v20
# Documentation v21s
<img src="{{site.baseurl}}/img/logos/browsertime.png" class="pull-right img-big" alt="Browsertime logo" width="200" height="175">