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
What is the difference between a declaration and a definition?
What is the use of pointer in c++ with example?
How to declare a function pointer?
What is a namespace in c++?
What is namespace std; and what is consists of?
What is a constant? Explain with an example.
What is double in c++?
What is class invariant in c++?
What is the basic difference between C and C++?
Explain selection sorting?
Explain container class.
Explain the problem with overriding functions
If a header file is included twice by mistake in the program, will it give any error?
Explain operator overloading.
Why c++ is faster than java?