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 the difference between multiple and multilevel inheritance in c++?

0 Answers  


What are containers in c++?

0 Answers  


Explain the difference between abstract class and interface in c++?

0 Answers  


Shall we use 'free' to free memory assigned by new, What are the further consequences??

5 Answers   Symphony,


Is string data type in c++?

0 Answers  






What apps are written in c++?

0 Answers  


Out of fgets() and gets() which function is safe to use?

0 Answers  


What does the following do: for(;;) ; a) Illegal b) Loops forever c) Ignored by compiler...not illegal

0 Answers  


What is a hash function c++?

0 Answers  


Problem 6: Area of a trapezoid can be calculated by the following formula: A=(b1 b2)×h2 where b1 and b2 are the parallel sides or the bases and h is length of height Write a C code of this program

0 Answers   Maxobiz,


Adobe Interview & Adobe Placement Paper

1 Answers   Adobe,


why v use c++ even we have microprocessor

2 Answers   CybAge,


Categories