software-mansion / cairo-profiler

Profiler for Cairo programming language & Starknet
MIT License
29 stars 2 forks source link

Display contract entrypoints as called from functions #80

Open piotmag769 opened 4 months ago

piotmag769 commented 4 months ago

Blocked by #81 Currently contract entrypoints are connected between each other which is inaccurate. We have to connect contract entrypoints with the actual functions they were called from. It requires looking for starknet libfuncs in sierra (namely call contract, library call and deploy).