We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2d53054 + 8e4d255 commit c6c361bCopy full SHA for c6c361b
ci/check-profiling.sh
@@ -55,8 +55,8 @@ test -f results/cgout-Test-helloworld-Check-Full
55
grep -q "events: Ir" results/cgout-Test-helloworld-Check-Full
56
test -f results/cgann-Test-helloworld-Check-Full
57
grep -q "PROGRAM TOTALS" results/cgann-Test-helloworld-Check-Full
58
-# Ensure the jemalloc file/function aggregation is working.
59
-grep -q "<all-jemalloc-files>:<all-jemalloc-functions>" results/cgann-Test-helloworld-Check-Full
+# Ensure that we also profile the memory allocator
+grep -q "malloc" results/cgann-Test-helloworld-Check-Full
60
61
# Callgrind.
62
RUST_BACKTRACE=1 RUST_LOG=raw_cargo_messages=trace,collector=debug,rust_sysroot=debug \
0 commit comments