Cairo profiler #542
MaksymilianDemitraszek
started this conversation in
Ideas
Replies: 4 comments
|
An awesome feature to have is something like the tenderly flame graph for gas usage. Ideally this is something that can be created and viewed locally in the browser. Here is an example from tenderly: |
0 replies
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment



Uh oh!
There was an error while loading. Please reload this page.
Hi everybody. I am doing some research on gas optimisation tool for Cairo contracts (Cairo profiler) we will build in the near future as a part of Protostar.
It would provide detailed analysis of each function cost and how many times each function is used in the executed test, similar to Foundry(https://book.getfoundry.sh/forge/gas-reports). It would also include profiling with fuzz tests to help find edge cases.
I’m wondering what features would you expect from such a tool? Do you maybe know any interesting tooling we could get inspired by?
All reactions