foundry-rs / starknet-foundry

Blazing fast toolkit for developing Starknet contracts.
https://foundry-rs.github.io/starknet-foundry/
MIT License
308 stars 150 forks source link

Add flag to treat generics monomorphised with different types as different functions #2131

Closed piotmag769 closed 4 months ago

piotmag769 commented 4 months ago

Which components does the task require to be changed? (think hard pls)

cairo-profiler

Description

The type they were monomorphised with is not printed by deafult, making pprof treat them as the same function