Skip to content

Commit 5d9f038

Browse files
committed
feat: bump valgrind-codspeed to 3.25.1-3codspeed1
adding inlined function detection
1 parent d8ccc71 commit 5d9f038

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

src/main.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ use log::log_enabled;
1919
pub const VERSION: &str = env!("CARGO_PKG_VERSION");
2020
pub const MONGODB_TRACER_VERSION: &str = "cs-mongo-tracer-v0.2.0";
2121

22-
const VALGRIND_CODSPEED_BASE_VERSION: &str = "3.24.0";
22+
const VALGRIND_CODSPEED_BASE_VERSION: &str = "3.25.1";
2323
lazy_static! {
2424
pub static ref VALGRIND_CODSPEED_VERSION: String =
2525
format!("{VALGRIND_CODSPEED_BASE_VERSION}.codspeed");
2626
pub static ref VALGRIND_CODSPEED_DEB_VERSION: String =
27-
format!("{VALGRIND_CODSPEED_BASE_VERSION}-0codspeed1");
27+
format!("{VALGRIND_CODSPEED_BASE_VERSION}-3codspeed1");
2828
}
2929

3030
#[tokio::main(flavor = "current_thread")]

src/run/runner/valgrind/measure.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ lazy_static! {
2525
"-q",
2626
"--tool=callgrind",
2727
"--trace-children=yes",
28+
"--read-inline-info=yes",
2829
"--cache-sim=yes",
2930
"--I1=32768,8,64",
3031
"--D1=32768,8,64",

0 commit comments

Comments
 (0)