in reply to Re^6: Fast coverage module or hack
in thread Fast coverage module or hack

Are you calling it within an eval or something? It needs to be exactly this within the module:

use Devel::TraceCalls;

That's a limitation of Hook::AfterRuntime.

Repo here now: https://github.com/tobyink/p5-devel-tracecalls.