Explain about profiling?



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

Post New Answer

More C++ General Interview Questions

What is a 'pure' virtual function and what's its use?

1 Answers  


if there is binary tree which one is the easiest way to delete all child node?

1 Answers   Persistent,


Explain virtual destructor?

0 Answers  


how to explain our contribution in the project?

0 Answers   Wipro, Yahoo,


Write a c++ code that will calculate the roots of a quadratic equation a2+ bx+c=0 Hint: d = sqrt (b2-4ac), and the roots are: x1 = (€“b + d)/2a and x2 = (€“b €“ d)/2a (use sqrt function from cmath.h )?

0 Answers   Maxobiz,






What will happen if when say delete this ?

7 Answers  


What is scope operator in c++?

0 Answers  


What is struct c++?

0 Answers  


What are the uses of c++ in the real world?

0 Answers  


What are special characters c++?

0 Answers  


What is the difference between a definition and a declaration?

0 Answers  


What is ios class in c++?

0 Answers  


Categories