|
NAMEnytprofcg - Convert an NYTProf profile into Callgrind formatSYNOPSIS$ nytprofcg --file=nytprof.out --out=nytprof.callgrind $ nytprofcg # same as above DESCRIPTIONReads 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>
Visit the GSP FreeBSD Man Page Interface. |