LDC2 and classic profiling

Denis Feklushkin feklushkin.denis at gmail.com
Fri May 10 14:00:30 UTC 2019


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?



More information about the Digitalmars-d-learn mailing list