What is a good easy to use profiler for C++ on Linux? -
I need some profiles to run a C + code on Linux. Can you recommend some professions?
Use the GPRF.
Just -pg
flag (I guess (but I'm not sure) you have to turn on optimization though.) And gpr.out file to analyze gpr. Use out which will be your executable.
Example:
GCC-GP-O whatever. / GETF Whatever Gmon.out
The same thing with G ++ and CPP.
Comments
Post a Comment