Answer Posted / 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 |
Post New Answer View All Answers
What is the main function c++?
Snake Game: This is normal snake game which you can find in most of the mobiles. You can develop it in Java, C/C++, C# or what ever language you know.
Define the process of handling in case of destructor failure?
What is the purpose of templates in c++?
What is the difference between method overloading and method overriding in c++?
Difference between struct and class in terms of access modifier.
What is c++ manipulator?
What is binary object model?
What is ios class in c++?
What are built-in functions? What is the syntax for the definition?
What are the two main components of c++?
What is virtual function? Explain with an example
what are the decision making statements in C++? Explain if statement with an example?
How do you initialize a string in c++?
What does #define mean in c++?