logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

nytprofmerge - Reads multiple NYTProf profiles and outputs a merged one

Description

       Reads multiple profile data files generated by Devel::NYTProf and writes out a new profile data file
       containing data merged from the original files.

       "nytprofmerge" is likely to produce garbage if the input profiles aren't all profiles of exactly the same
       software.

       "nytprofmerge" is new and somewhat experimental. If it produces unexpected results please produce a small
       test case that demonstrates the problem and let us know at
       <http://groups.google.com/group/develnytprof-dev> - thanks!

perl v5.40.0                                       2024-10-20                                   NYTPROFMERGE(1p)

Name

       nytprofmerge - Reads multiple NYTProf profiles and outputs a merged one

Synopsis

        $ nytprofmerge --out=nytprof-merged.out nytprof.out.*

        $ nytprofmerge nytprof.out.*

See Also