reilabs / starknet-replay

CLI tool to replay Starknet transactions and profile libfuncs usage.
0 stars 0 forks source link

Output histogram of `libfuncs` frequency #11

Closed Eagle941 closed 1 month ago

Eagle941 commented 3 months ago

The first goal of this tool is to provide the frequency of use of libfuncs in a group of blocks. The report should be in the form of a histogram where each bucket is a libfuncs.

Add CLI argument to specify the filename of the output picture.

Eagle941 commented 2 months ago

Agreed with customer to show in the histogram only libfuncs that make 80% of the calls

Eagle941 commented 2 months ago

Agreed with customer to use SVG format for the histogram

Eagle941 commented 1 month ago

Done in #24