1NYTPROFCG(1)          User Contributed Perl Documentation         NYTPROFCG(1)
2
3
4

NAME

6       nytprofcg - Convert an NYTProf profile into Callgrind format
7

SYNOPSIS

9        $ nytprofcg --file=nytprof.out --out=nytprof.callgrind
10
11        $ nytprofcg    # same as above
12

DESCRIPTION

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.30.1                      2020-01-29                      NYTPROFCG(1)
Impressum