Explain about profiling?
Answer / reejusri
In symbian , we have a tool called profiler which provide
different type of information about the application(s) like
which thread is taking how much CPU time, memory usage,
life time of an object, resource utilization etc..,
Using of Profiler to get above info is called profiling.
To use this we have to add the profiler .lib and related
functionality code to our program.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is unary operator? List out the different operators involved in the unary operator.
What is the most useful programming language?
What is an adaptor class or Wrapper class?
What is buffering in c++?
Is c++ still being used?
What do you mean by inheritance in c++? Explain its types.
Will the following program execute?
What is copy constructor? Can we make copy constructor private in c++?
What is realloc() and free()? What is difference between them?
what is data encapsulation in C++?
What is a binary file? List the merits and demerits of the binary file usagein C++.
what are the iterator and generic algorithms.