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 |
Do you know the problem with overriding functions?
What is the basic difference between C and C++?
Why should you learn c++?
What is java and c++?
What is an html tag?
Should I learn c++ c?
Generally variables are stored in heap memory. When he variables are created in stack?
What are c++ tokens?
Which one of the following describes characteristics of "protected" inheritance? a) The base class has access only to the public or protected members of the derived class. b) The derived class has non-public, inheritable, access to all but the private members of the base class. c) The derived class has access to all members of the base class. d) The private members of the base class are visible within the derived class. e) Public members of the derived class are privately accessible from the base class.
How do you show the declaration of a virtual constructor?
Which operator cannot overload?
What is #include iostream in c++?