Profiler in projects?

Answers were Sorted based on User's Feedback



Profiler in projects?..

Answer / 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

Profiler in projects?..

Answer / anil

It maintain the Profile of the Project .

Is This Answer Correct ?    0 Yes 2 No

Post New Answer

More C++ General Interview Questions

difference between the c++ and c languages

4 Answers   Wipro,


Write down the equivalent pointer expression for referring the same element a[i][j][k][l]?

0 Answers  


What are stacks?

0 Answers  


Describe exception handling concept with an example?

0 Answers  


What is while loops?

0 Answers  






What is lambda in c++?

0 Answers  


Define a pointer to a data member of the type pointer to pointer?

0 Answers  


Is c++ the hardest programming language?

0 Answers  


What is the latest c++ version?

0 Answers  


catch(exception &e) { . . . } Referring to the sample code above, which one of the following lines of code produces a written description of the type of exception that "e" refers to? a) cout << e.type(); b) cout << e.name(); c) cout << typeid(e).name(); d) cout << e.what(); e) cout << e;

2 Answers   Quark,


Do you know the problem with overriding functions?

0 Answers  


What are advantages of using friend classes?

0 Answers  


Categories