You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to use your tool to convert a Chrome CPU profile into callgrind to be able to upload it and visualize it on Blackfire.io, which is an online alternative to KCacheGrind.
Error: No file provided on the command line
events.js:72
throw er; // Unhandled 'error' event
^
Error: write EPIPE
at errnoException (net.js:905:11)
at Object.afterWrite (net.js:721:19)
The text was updated successfully, but these errors were encountered:
I'm trying to use your tool to convert a Chrome CPU profile into callgrind to be able to upload it and visualize it on Blackfire.io, which is an online alternative to KCacheGrind.
If I do something like this, it works well (https://blackfire.io/profiles/7c6f85ac-8ad2-4bae-bbe7-fda21eee858f/graph):
But using a pipe like this:
triggers the following error:
The text was updated successfully, but these errors were encountered: