Skip to content

Commit f1f3d23

Browse files
merge main
2 parents 301045c + 7aaf0e3 commit f1f3d23

File tree

2 files changed

+23
-22
lines changed

2 files changed

+23
-22
lines changed

Cargo.lock

Lines changed: 22 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/blockifier/src/execution/native/executor.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ pub struct ProfilerResults {
3030
pub quartiles: [u64; 5],
3131
}
3232

33+
#[cfg(feature = "with-libfunc-profiling")]
3334
pub static LIBFUNC_PROFILES_MAP: LazyLock<Mutex<HashMap<Felt, Vec<ProfilerResults>>>> =
3435
LazyLock::new(|| Mutex::new(HashMap::new()));
3536

0 commit comments

Comments
 (0)