in reply to Re^2: How to optimise " csv into mysql " using TEXT:CSV_XS and DBD::Mysql
in thread How to optimise " csv into mysql " using Text:CSV_XS and DBD::Mysql

Sorry, it's a while since I profiled code. I suspect in fact that I used Devel::NYTProf (but forgot the module name) rather than Devel::Profile. I've just installed and run NYTProf against a test script and it all worked as advertised.

Premature optimization is the root of all job security
  • Comment on Re^3: How to optimise " csv into mysql " using TEXT:CSV_XS and DBD::Mysql

Replies are listed 'Best First'.
Re^4: How to optimise " csv into mysql " using TEXT:CSV_XS and DBD::Mysql
by taiko (Sexton) on Aug 06, 2015 at 10:31 UTC

    Used the Devel:NYTProf module, but need to find out how to read the output, becasue its fr more complex then Devel:ProfileBut it looks very very usefull, thank you

      After running
      perl -d:NYTProf script.pl

      just run the nytprofhtml utility and view the resulting nytprof/index.html in your favourite browser.

      لսႽ† ᥲᥒ⚪⟊Ⴙᘓᖇ Ꮅᘓᖇ⎱ Ⴙᥲ𝇋ƙᘓᖇ
        Did that, but need to find out how to interpret and more importantly use the results