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
Is c better than c++?
What is the use of endl?
What are the two types of comments?
What is the most common mistake on c++ and oo projects?
What is std :: flush?
What is a loop? What are different types of loops in c++?
What is protected inheritance?
Can a constructor return a value?
What is main function in c++ with example?
What is a type library?
What is a map in c++?
What flag means?
What is array give example?
What is c++ flowchart?
Difference between declaration and definition of a variable.