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

nytprofcg - Convert an NYTProf profile into Callgrind format

Description

       Reads a profile data file generated by Devel::NYTProf and writes out the subroutine call graph
       information it contains in Callgrind format.

       The output Callgrind file can be loaded into the "kcachegrind" GUI for interactive exploration.

       For more information see <http://kcachegrind.github.io/html/Home.html>

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

Name

       nytprofcg - Convert an NYTProf profile into Callgrind format

Synopsis

        $ nytprofcg --file=nytprof.out --out=nytprof.callgrind

        $ nytprofcg    # same as above

See Also