B-Stats
view release on metacpan or search on metacpan
_xs_collect_env()
CODE:
/* walk stashes in C and store in %B_env before B is loaded,
to be able to detect if our testfunc loads B and its 14 deps itself.
*/
void
END(...)
PREINIT:
SV * sv;
PPCODE:
PUSHMARK(SP);
PUSHs(sv_2mortal(rcount_all(aTHX)));
PUTBACK;
call_pv("B::Stats::_end", G_VOID);
return; /* skip implicity PUTBACK */
void
INIT(...)
PPCODE:
PUTBACK;
reset_rcount();
return; /* skip implicity PUTBACK */
BOOT:
{
reset_rcount();
PL_runops = my_runops;
}
( run in 0.748 second using v1.01-cache-2.11-cpan-71847e10f99 )