Profiler in projects?

Answer Posted / sreeram bugude

Profiler is an utility which is used to find the
optimization inputs in running the application.
in Unix, gprof and gcov will serve the purpose. for more
details please google it..

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is c++ the best programming language?

541


What are static member functions?

619


Differentiate between the manipulator and setf( ) function?

594


Why do we use using namespace std in c++?

604


What information can an exception contain?

669






Difference between class and structure.

715


What is the this pointer?

636


What is the full form of dos?

569


How do you clear a buffer in c++?

541


Describe linkages and types of linkages?

569


What c++ is used for?

585


Is java easier than c++?

591


Does std endl flush?

609


What is ofstream c++?

589


Which of the following is not a valid declaration for main() a) int main() b) int main(int argc, char *argv[]) c) They both work

608