-
Notifications
You must be signed in to change notification settings - Fork 78
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
doc: add meeting minutes for 05th April 2022
Fixes: #552 PR-URL: #553 Reviewed-By: Chengzhong Wu <[email protected]> Reviewed-By: Rafael Gonzaga <[email protected]> Reviewed-By: Tony Gorez <[email protected]>
- Loading branch information
1 parent
3b7d31a
commit 1a82cfc
Showing
1 changed file
with
57 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,57 @@ | ||
# Node.js Diagnostics WorkGroup Meeting 2022-04-05 | ||
|
||
## Links | ||
|
||
* **Recording**: https://www.youtube.com/watch?v=jqMXH85fDRk | ||
* **GitHub Issue**: https://github.com/nodejs/diagnostics/issues/552 | ||
* **Minutes Google Doc**: https://docs.google.com/document/d/1Z9embxHZtLbDrNX3WJeJUrA0D-A_n7L4AxrqjdQa6as/edit | ||
|
||
## Present | ||
|
||
* Diagnostics team: @nodejs/diagnostics | ||
|
||
* Gireesh Punathi (@gireeshpunathil) | ||
* Rafael Gonzaga (@rafaelgss) | ||
* Chengzhong Wu (@legendecas) | ||
* Tony Gorez (@tony-go) | ||
|
||
|
||
## Agenda | ||
|
||
## Announcements | ||
WG meeting scheduled in two slots: 3.30 PM UTC and 10.30 PM UTC, with bi-weekly cadence | ||
|
||
*Extracted from **diag-agenda** labelled issues and pull requests from the **nodejs org** prior to the meeting. | ||
|
||
### nodejs/node | ||
|
||
* Contextual and GC friendly perf_hooks user timing [#42503](https://github.com/nodejs/node/issues/42503) | ||
|
||
* legendecas: In performance APIs, the user-timing entries are identified by marks and measures, and are prone to name collision. https://github.com/w3c/user-timing/issues/86 is addressing this issue to introduce namespaces for user-timing API. This is for the working group's awareness. | ||
|
||
### nodejs/diagnostics | ||
|
||
* Re-evaluate `mdb_V8` tool in the tier-list [#549](https://github.com/nodejs/diagnostics/issues/549) | ||
* rafael: we don’t have too much information regarding maintainers and usage in the field. Remove from the tool list (action: Tony) | ||
* Re-evaluate node-heapdump in the tools tier-list [#548](https://github.com/nodejs/diagnostics/issues/548) | ||
* looks like this is the same as ‘heapdump’ module. | ||
* gireesh: we have alternative in core, “v8.getHeapSnapshot()” | ||
* remove from the list (action: Tony) | ||
* Re-evaluate `llnode`in the tools tier-list [#547](https://github.com/nodejs/diagnostics/issues/547) | ||
* provides unique capability in dump debugging. Revalidate tier status with Mary | ||
* Re-evaluate Chrome Dev Tools (CDT) tool in the tier-list [#546](https://github.com/nodejs/diagnostics/issues/546) | ||
* Pretty vague on its placement in the tier list, defer to the next meeting | ||
* Re-evaluate Chakracore - time-travel tool in the tier-list [#545](https://github.com/nodejs/diagnostics/issues/545) | ||
* No evidence of usage in the field, remove from the list (action: Tony) | ||
* Re-evaluate `0x` tool tier-list [#538](https://github.com/nodejs/diagnostics/issues/538) | ||
* follow the checklist and move up in the tier list as applicable (action: Rafael) | ||
* Re-evaluate `node-clinic` tool tier-list [#537](https://github.com/nodejs/diagnostics/issues/537) | ||
* follow the checklist and move up in the tier list as applicable (action: Rafael) | ||
|
||
## Q&A, Other | ||
|
||
## Upcoming Meetings | ||
|
||
* **Node.js Project Calendar**: <https://nodejs.org/calendar> | ||
|
||
Click `+GoogleCalendar` at the bottom right to add to your own Google calendar. |