-
Notifications
You must be signed in to change notification settings - Fork 29.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Performance should have a toJSON method #37623
Labels
perf_hooks
Issues and PRs related to the implementation of the Performance Timing API.
Comments
targos
added
the
perf_hooks
Issues and PRs related to the implementation of the Performance Timing API.
label
Mar 6, 2021
Is it still in discussion phase or can it be implemented in the source? |
I think it can be implemented. |
Cool, let me kickstart the work on this. If no one has already started yet. |
yashLadha
added a commit
to yashLadha/node
that referenced
this issue
Mar 16, 2021
Added toJSON method to the InternalPerformance class as per the convention followed in other performance classes and per the spec: https://www.w3.org/TR/hr-time/#tojson-method Fixes: nodejs#37623
yashLadha
added a commit
to yashLadha/node
that referenced
this issue
Mar 17, 2021
Added toJSON method to the InternalPerformance class as per the convention followed in other performance classes and per the spec: https://www.w3.org/TR/hr-time/#tojson-method Fixes: nodejs#37623
yashLadha
added a commit
to yashLadha/node
that referenced
this issue
Mar 17, 2021
Added toJSON method to the InternalPerformance class as per the convention followed in other performance classes and per the spec: https://www.w3.org/TR/hr-time/#tojson-method Fixes: nodejs#37623
yashLadha
added a commit
to yashLadha/node
that referenced
this issue
Mar 17, 2021
Added toJSON method to the InternalPerformance class as per the convention followed in other performance classes and per the spec: https://www.w3.org/TR/hr-time/#tojson-method Fixes: nodejs#37623
yashLadha
added a commit
to yashLadha/node
that referenced
this issue
Mar 17, 2021
Added toJSON method to the InternalPerformance class as per the convention followed in other performance classes and per the spec: https://www.w3.org/TR/hr-time/#tojson-method Fixes: nodejs#37623
yashLadha
added a commit
to yashLadha/node
that referenced
this issue
Mar 17, 2021
Added toJSON method to the InternalPerformance class as per the convention followed in other performance classes and per the spec: https://www.w3.org/TR/hr-time/#tojson-method Fixes: nodejs#37623
yashLadha
added a commit
to yashLadha/node
that referenced
this issue
Mar 17, 2021
Added toJSON method to the InternalPerformance class as per the convention followed in other performance classes and per the spec: https://www.w3.org/TR/hr-time/#tojson-method Fixes: nodejs#37623
yashLadha
added a commit
to yashLadha/node
that referenced
this issue
Mar 23, 2021
Added toJSON method to the InternalPerformance class as per the convention followed in other performance classes and per the spec: https://www.w3.org/TR/hr-time/#tojson-method Fixes: nodejs#37623
yashLadha
added a commit
to yashLadha/node
that referenced
this issue
Mar 23, 2021
Added toJSON method to the InternalPerformance class as per the convention followed in other performance classes and per the spec: https://www.w3.org/TR/hr-time/#tojson-method Fixes: nodejs#37623
yashLadha
added a commit
to yashLadha/node
that referenced
this issue
Mar 23, 2021
Added toJSON method to the InternalPerformance class as per the convention followed in other performance classes and per the spec: https://www.w3.org/TR/hr-time/#tojson-method Fixes: nodejs#37623
targos
pushed a commit
that referenced
this issue
May 3, 2021
Added toJSON method to the InternalPerformance class as per the convention followed in other performance classes and per the spec: https://www.w3.org/TR/hr-time/#tojson-method Fixes: #37623 PR-URL: #37771 Fixes: #37623 Reviewed-By: James M Snell <jasnell@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Reference: https://www.w3.org/TR/hr-time/#tojson-method
There are WPT for it but they are currently written in HTML: https://github.com/web-platform-tests/wpt/blob/79fa4cf76e0d39e3fc1b7ead85e067b0a064b892/hr-time/performance-tojson.html
The text was updated successfully, but these errors were encountered: