Build with dub some package. Profiling are enabled by dub.json:

"dflags-ldc": ["-fprofile-instr-generate", "-finstrument-functions", "-cov"],

Resulting default.profraw (and generated default.profdata) contains only calls to external libraries, but not my internal functions calls.

Why?

Reply via email to