diff --git a/ci/check-profiling.sh b/ci/check-profiling.sh index 15cd6d159..207efa770 100755 --- a/ci/check-profiling.sh +++ b/ci/check-profiling.sh @@ -55,8 +55,8 @@ test -f results/cgout-Test-helloworld-Check-Full grep -q "events: Ir" results/cgout-Test-helloworld-Check-Full test -f results/cgann-Test-helloworld-Check-Full grep -q "PROGRAM TOTALS" results/cgann-Test-helloworld-Check-Full -# Ensure the jemalloc file/function aggregation is working. -grep -q ":" results/cgann-Test-helloworld-Check-Full +# Ensure that we also profile the memory allocator +grep -q "malloc" results/cgann-Test-helloworld-Check-Full # Callgrind. RUST_BACKTRACE=1 RUST_LOG=raw_cargo_messages=trace,collector=debug,rust_sysroot=debug \