🛤️Perf
Call graph
perf record -g program options perf report --stdio --header > perf_report.txt Profile using firefox
Firefox has an inbuilt profile scheme ( https://profiler.firefox.com/ )
perf record -g program optionsperf script -F +pid > test.perf Upload the above profile data to the website
Last updated