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

Why is standard template library used?

0 Answers  


Of the numbers 12 23 9 28 which would be at the top of a properly implemented maxheap a) 28 b) 9 c) Any of them could be

0 Answers  


What are virtual functions and what is its use?

1 Answers  


What is ios flag in c++?

0 Answers  


How to give an alternate name to a namespace?

0 Answers  






Define a constructor?

0 Answers  


How is computer programming useful in real life?

0 Answers  


What is the difference between public and private data members?

0 Answers  


Why c++ is not a pure oop language?

0 Answers  


write infinite loop in C++ which does not use any variable or constant?

3 Answers  


List the advantages of inheritance.

0 Answers  


What is an associative container in c++?

0 Answers  


Categories