1NYTPROFCG(1) User Contributed Perl Documentation NYTPROFCG(1)
2
3
4
6 nytprofcg - Convert an NYTProf profile into Callgrind format
7
9 $ nytprofcg --file=nytprof.out --out=nytprof.callgrind
10
11 $ nytprofcg # same as above
12
14 Reads a profile data file generated by Devel::NYTProf and writes out
15 the subroutine call graph information it contains in Callgrind format.
16
17 The output Callgrind file can be loaded into the "kcachegrind" GUI for
18 interactive exploration.
19
20 For more information see <http://kcachegrind.github.io/html/Home.html>
21
22
23
24perl v5.38.0 2023-07-20 NYTPROFCG(1)