node-clinic-bubbleprof
node-clinic-bubbleprof copied to clipboard
Programmable interface to `clinic bubbleprof`
I have a problem rendering the results in a big proyect. I'm using node version `16.15.1` Comand run: ``` clinic bubbleprof -- node index.js ``` Error: ``` [=== ] Analysing...
I got error in this command. ``` clinic bubbleprof --on-port 'k6 run k6/search.js --vus 10 --duration 10s' -- node -r ./.pnp.cjs dist/main.js ``` Error: ``` TypeError: structuredStackTrace.map is not a...
While using bubbleprof on a Typescript project I get the error on the title with the request to open an issue here. I attached the chunk. Let me know if...
Hi, my bubbles shows Userland is disabled, does that implies all the issue is coming from native nodejs?
I just starting trying to use these tools, seem pretty cool. I got stuck though with a group. It says "Click to expand 113 grouped items", but clicking doesn't do...
Add frame object type documentation
When my program is running with sqlite3 as database I get an error like this when I run "clinic bubbleprof" on it: ``` /usr/local/lib/node_modules/clinic/node_modules/@nearform/bubbleprof/analysis/aggregate/mark-module-aggregate-nodes.js:25 aggregateNode.mark.set(1, firstModule.name) ^ TypeError: Cannot read...
``` SyntaxError: Unexpected end of JSON input at JSON.parse () at Parser._flush (/Users/matteo/.nvm/versions/node/v10.14.2/lib/node_modules/clinic/node_modules/@nearform/trace-events-parser/index.js:58:24) at Parser.prefinish (_stream_transform.js:141:10) at Parser.emit (events.js:182:13) at prefinish (_stream_writable.js:630:14) at finishMaybe (_stream_writable.js:638:5) at endWritable (_stream_writable.js:649:3) at Parser.Writable.end...
This is a work in progress - [x] renames files and modules to remove SVG assumption - [x] adds Canvas as an alternate (not necessary replacement) for SVG - will...
NOTE: this branch is is based from the `new-render-methods` branch, as it contains the necessary abstractions for css->canvas - once #317 is approved and merged, this can be rebased to...