Re: profiling XS routines
by
creamygoodness
on
Aug 27, 2009 at 14:25 UTC
(
replies
)
http://qs321.pair.com?node_id=791648
in reply to
profiling XS routines
If I understand correctly, you want to know which C routines within the XSub are taking too long? For that, I use
oprofile
.
In Section
Seekers of Perl Wisdom