Have you read the documentation?
URL
https://www.anysite.com
What are you trying to accomplish
We currently initialize the Firefox PerfStats (internal timing metrics) with a 32-bit feature mask, 0xFF_FF_FF_FF meaning collect all metrics.
|
async start(featureMask = 0xFF_FF_FF_FF) { |
However, Firefox has since upgraded to a 64-bit feature mask, so we want to pass in
0xFFFF_FFFF_FFFF_FFFF to collect all metrics.
What browser did you use?
Firefox
How to reproduce
Collect PerfStats and observe that the last ones are all zero.
Log output
Have you read the documentation?
URL
https://www.anysite.com
What are you trying to accomplish
We currently initialize the Firefox PerfStats (internal timing metrics) with a 32-bit feature mask,
0xFF_FF_FF_FFmeaning collect all metrics.browsertime/lib/core/engine/command/perfStats.js
Line 29 in 89c2ec6
However, Firefox has since upgraded to a 64-bit feature mask, so we want to pass in
0xFFFF_FFFF_FFFF_FFFFto collect all metrics.What browser did you use?
Firefox
How to reproduce
Log output