Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re: Can't run Devel::DProf on Text::CSV

by Tux (Canon)
on Jul 15, 2011 at 07:12 UTC ( [id://914514]=note: print w/replies, xml ) Need Help??


in reply to Can't run Devel::DProf on Text::CSV

The fact that you are trying to profile Text::CSV implies that you are looking for more speed. The first thing to do is use Text::CSV_XS instead.

As others already said, Devel::DProf is dead and gone, use Devel::NYTProf instead. Much better and gives you much more usable data.

Last, Text::CSV is just a wrapper module. If you want to profile, profile the backend: Text::CSV_PP or Text::CSV_XS.


Enjoy, Have FUN! H.Merijn
  • Comment on Re: Can't run Devel::DProf on Text::CSV

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://914514]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (3)
As of 2024-04-26 01:07 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found