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
How does class accomplish data hiding in c++?
What is the purpose of the "delete" operator?
Define virtual constructor.
How do you declare A pointer to a function which receives nothing and returns nothing
an integer constant must have atleast one a) character b) digit c) decimal point
Why is standard template library used?
What are the unique features of C++.
Can you pass an array to a function in c++?
Can we change the basic meaning of an operator in c++?
Explain polymorphism?
What are namespaces in c++?
If a base class declares a function to be virtual, and a derived class does not use the term virtual when overriding that class, is it still virtual when inherited by a third-generation class?
Explain differences between alloc() and free()?
Write a program in c++ to print the numbers from n to n2 except 5 and its multiples
What happens if a pointer is deleted twice?