On Thu, Mar 21, 2013 at 03:58:13PM -0700, Ryan Moore wrote: > Is there any way to combine NYTProf output from multiple source files to > give a useful / non-garbage > output? > The docs indicate that you might be successful running nytprofmerge with > two runs of the same source, > but trying to combine multiple sources will probably not do what you > expect. I'm trying to generate a > combined profile for our tests running under prove (220 files in t/ and > counting),
Why, specifically? > but I'm coming across > this limitation. Profiling the parent (perl -d:NYTProf prove) only gives > timing for prove itself, and if > I use "addpid=1" I can't combine the results to get anything sensible. > I even tried running with "compress=0" to see if the files were XML or CSV > or some type of structured > output that I could hack together, but they appear to be a proprietary > binary format. Is there any hope > for either running one NYTProf across a set of processes, or for combining > separate runs into a usable > nytprof-merged.out file? What's the problem with the current output from nytprofmerge? In theory you might be able to hack on nytprofmerge to get something more useful out. Tim. -- -- You've received this message because you are subscribed to the Devel::NYTProf Development User group. Group hosted at: http://groups.google.com/group/develnytprof-dev Project hosted at: http://perl-devel-nytprof.googlecode.com CPAN distribution: http://search.cpan.org/dist/Devel-NYTProf To post, email: [email protected] To unsubscribe, email: [email protected] --- You received this message because you are subscribed to the Google Groups "Devel::NYTProf Dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
