New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 653660 link

Starred by 1 user

Issue metadata

Status: WontFix
Owner:
Last visit > 30 days ago
Closed: Nov 2017
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: All
Pri: 2
Type: Bug



Sign in to add a comment

DevTools: implement performance metric for node.js

Project Member Reported by paulir...@chromium.org, Oct 6 2016

Issue description

We would like to measure the performance for starting up DevTools for node.js users.

We discussed several options:

1. When node.js debugger connection is established (e.g. console shows Node.js Main Context as the target). This essentially measures when the user can interact with the node.js program via the console.
2. File navigator tree view is displayed. Doesn't seem as meaningful as the other metrics.
3. Script is displayed in text editor. Script doesn't get displayed in editor until the first time the debugger pauses
4. For "--debug-brk", when the first statement is paused by debugger. Currently, the front-end doesn't know if it's stopped because of "--debug-brk" so this would require a protocol change. In addition, many users might not be using "--debug-brk".

Given these pros and cons, I will start working on measuring metric #1.

 
Labels: Hotlist-Polish
Description: Show this description
Status: Started (was: Assigned)
Summary: DevTools: implement performance metric for node.js (was: DevTools: implement TTDB speed metric)
Cc: chenwilliam@chromium.org dgozman@chromium.org seththompson@chromium.org
 Issue 667831  has been merged into this issue.
Status: WontFix (was: Started)
implemented a metric for usage, but not performance. re-open if needed.

Sign in to add a comment