File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,12 +19,12 @@ use log::log_enabled;
1919pub const VERSION : & str = env ! ( "CARGO_PKG_VERSION" ) ;
2020pub 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 " ;
2323lazy_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" ) ]
Original file line number Diff line number Diff 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" ,
You can’t perform that action at this time.
0 commit comments