1NYTPROFMERGE(1) User Contributed Perl Documentation NYTPROFMERGE(1)
2
3
4
6 nytprofmerge - Reads multiple NYTProf profiles and outputs a merged one
7
9 $ nytprofmerge --out=nytprof-merged.out nytprof.out.*
10
11 $ nytprofmerge nytprof.out.*
12
14 Reads multiple profile data files generated by Devel::NYTProf and
15 writes out a new profile data file containing data merged from the
16 original files.
17
18 "nytprofmerge" is likely to produce garbage if the input profiles
19 aren't all profiles of exactly the same software.
20
21 "nytprofmerge" is new and somewhat experimental. If it produces
22 unexpected results please produce a small test case that demonstrates
23 the problem and let us know at
24 <http://groups.google.com/group/develnytprof-dev> - thanks!
25
26
27
28perl v5.32.1 2021-04-07 NYTPROFMERGE(1)