Explain about profiling?

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


Please Help Members By Posting Answers For Below Questions

Is c better than c++?

741


What is the use of endl?

656


What are the two types of comments?

663


What is the most common mistake on c++ and oo projects?

601


What is std :: flush?

679






What is a loop? What are different types of loops in c++?

692


What is protected inheritance?

688


Can a constructor return a value?

676


What is main function in c++ with example?

651


What is a type library?

781


What is a map in c++?

689


What flag means?

602


What is array give example?

674


What is c++ flowchart?

783


Difference between declaration and definition of a variable.

711