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 wondering how to access the profiling data recorded when using asv run with the -p flag.
I can't find profiling anywhere in the generated HTML page (asv publish), nor can I find a config option or flag to add it to the HTML page (maybe I'm just blind 😅 ).
So I'm wondering what to do after recording the profiling data.
I saw that the result json files have a key profiles containing benchmark names as keys and a massive text blob as value (base64 of the pstat binary blob?).
So is the intended use to parse the result json file, decode the blob and then process it with a tool like gprof2dot?
Thanks in advance for clarifying
The text was updated successfully, but these errors were encountered:
First of all thanks for the awesome tool ❤️
I'm wondering how to access the profiling data recorded when using
asv run
with the-p
flag.I can't find profiling anywhere in the generated HTML page (
asv publish
), nor can I find a config option or flag to add it to the HTML page (maybe I'm just blind 😅 ).So I'm wondering what to do after recording the profiling data.
I saw that the result json files have a key
profiles
containing benchmark names as keys and a massive text blob as value (base64
of thepstat
binary blob?).So is the intended use to parse the result json file, decode the blob and then process it with a tool like
gprof2dot
?Thanks in advance for clarifying
The text was updated successfully, but these errors were encountered: