Skip to content

Contextual and GC friendly perf_hooks user timing #42503

Description

@legendecas

What is the problem this feature will solve?

Currently, it’s hard to manage GC lifetimes of user-timing entries without clearing all of them. Also, entries are identified by their names and types (marks or measures) to compute duration, thus it is quite easy for libraries to step on other's ways when using the perf_hooks.performance API.

The problem is more outstanding when using the perf_hooks.performance API in server environments, as the performance entries are going to be created again and again with the same name and are hard to manage in the global performance timeline.

What is the feature you are proposing to solve the problem?

As discussed at W3C PerfWG w3c/user-timing#86 (comment), there are interests in adding namespace support in the user-timing API.

With namespaces, performance entries could be all released at once when the namespace is no longer been used.

Opening this issue to gather visibility and feedback on the idea of w3c/user-timing#86.

/cc @jasnell

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

    discussIssues opened for discussion and feedback.perf_hooksIssues and PRs related to the perf_hooks module and performance measurement APIs.staleIssues and PRs marked stale due to inactivity and scheduled for automatic closure.

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions