Skip to content

Add a User Timing from window.performance.mark and window.performance.measure  #48

Description

@mstange

window.performance.mark and window.performance.measure allow JavaScript to mark sections of its code that are performance relevant. These measurements can be shown as a time line, e.g. the way Chrome does it, or as a call tree.

React uses this when opened with ?react_perf, see this tweet and this commit.

Metadata

Metadata

Assignees

No one assigned

    Labels

    featureWork that is user facing, and typically should be planned through https://airtable.com/shrRydo6UXheb

    Type

    No type

    Fields

    Priority

    None yet

    Jira

    None yet

    Severity

    None yet

    Estimate

    None yet

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions