node-clinic icon indicating copy to clipboard operation
node-clinic copied to clipboard

Feedback/Suggestions

Open jasnell opened this issue 7 years ago • 0 comments

After showing Bubbleprof to a few folks, I've received a few suggestions/feature requests:

  1. Providing a smoothing option that would hide certain known Node.js core artifacts such short, always present nextTick's that do not lead to additional async activity. Having the ability to optionally hide these can decrease the visual noise in the chart. When enabled, there should be some other indication that there is N milliseconds of hidden activity, etc, so that the information / impact of those hidden things is not lost.

  2. Provide the ability to label / abstract certain known artifacts from Node.js core. For instance, we know that closing an http socket connection will always have a certain shape, by default we can hide the details for those in a specifically labeled/colored bubble that only shows the detail when clicked on.

jasnell avatar Aug 03 '18 16:08 jasnell