Skip to content

Use High Resolution Time API for perfMon helper #47

@Floriszenz

Description

@Floriszenz

Currently, the perfMon helper relies on Date.now() to measure the performance of operations.
For higher accuracy and reliability it would be nice to use the Performance interface of the High Resolution Time API.
It would be possible to use performance.now() for the same logic with Date.now(), or to use performance.mark() and performance.measure() to get the delta.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions