You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Once you've built and run your program, files with the `gcno` (after build) and `gcda` (after execution) extensions will be created.
21
22
You can parse them with [llvm-cov gcov](https://llvm.org/docs/CommandGuide/llvm-cov.html#llvm-cov-gcov) or [grcov](https://github.com/mozilla/grcov).
23
+
24
+
Please note that `RUSTFLAGS` apply to everything that cargo builds and runs during a build, including build scripts!
25
+
To avoid this, pass a `RUSTC_WRAPPER` program to cargo that only adds the profiling flags to rustc for the specific
0 commit comments