node-clinic-flame
node-clinic-flame copied to clipboard
Programmable interface to `clinic flame`
Bumps [d3-array](https://github.com/d3/d3-array) from 2.12.1 to 3.2.0. Release notes Sourced from d3-array's releases. v3.2.0 Add d3.blur. #151 Add d3.blur2. #151 Add d3.blurImage. #151 Add d3.medianIndex. #159 Add d3.quantileIndex. #159 v3.1.6 Fix...
## Feature request This issue aims to track a possible integration with `pprof` instead of `0x`.
Bumps [d3-selection](https://github.com/d3/d3-selection) from 1.4.2 to 3.0.0. Release notes Sourced from d3-selection's releases. v3.0.0 Adopt type: module. #281 Allow selection.merge to take a transition. #257 Allow selection.join to take transitions. #286...
Quite often I find myself using the "Next hottest" button just because the hottest frames aren't useful because they are barrel files like the following: ```js import 'abc' export *...
# [This PR won't be merged but we'll keep it as a proof of concept](https://github.com/nearform/node-clinic-flame/pull/76#issuecomment-466318319) This PR allows the user to quickly see how many other occurrences of the selected...
# Needs some design work to fit in with #104  Demo: https://upload.clinicjs.org/public/01cb225ac3663027032bf8a0bf5f5dc11d3316c24653c26f5e158acbaef8a13b/5759.clinic-flame.html#selectedNode=840&zoomedNode=&exclude=83c0&showOccurrences=false&merged=true
Adding the extra args to support https://github.com/davidmarkclements/0x/pull/227.
Feature will allow a timeout to be passed as argument. This argument will be used to delay execution of collect regarding the 0x lib.
Issue: "Unclear what making the background brighter helps with. Either use a light theme or a dark one." Fix: Remove the strange colour changes on Presentation Mode. Keep the UI...
Removed vertical line and down arrow. Can't be merged until this change to d3-fg https://github.com/davidmarkclements/d3-fg/pull/34 has been landed. Before: After: