reilabs / starknet-replay

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

Print to file the frequency of libfuncs #16

Closed Eagle941 closed 1 month ago

Eagle941 commented 2 months ago

In addition to saving the picture of the histogram of most frequently called libfuncs (#11), save to text file the list of data: <concrete_libfunc_name> <frequency>

This implies adding an option to the CLI to specify the output file.