reilabs / starknet-replay

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

Identify how to correlate transaction execution with `libfuncs` used #5

Open Eagle941 opened 3 months ago

Eagle941 commented 3 months ago

To calculate the frequency of use of each libfuncs in a transaction, we need to correlate the list of pcs and with the Sierra program. One way is to use ProfilingInfoProcessor object. This issue is to confirm it works as expected or find an alternative. Use pathfinder node.

Eagle941 commented 2 months ago

Keeping open because the current solution hits this unreachable code. Need to investigate further