starkware-libs / cairo

Cairo is the first Turing-complete language for creating provable programs for general computation.
Apache License 2.0
1.56k stars 479 forks source link

Profiling info processor: allow to specify non-default params #6396

Open m-kus opened 1 week ago

m-kus commented 1 week ago

Currently it is not possible to instantiate ProfilingInfoProcessor with non-default parameters.
It might be handy though for cases where we need to disable process_by_cairo_stack_trace and allow profiling even if SierraGenGroup db is not initialized.


This change is Reviewable