Skip to content

Firefox PerfStats feature mask needs to be updated to support 64bit mask #2313

Description

@acreskeyMoz

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions