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

What are the defining traits of an object-oriented language?

699


What is a NULL Macro? What is the difference between a NULL Pointer and a NULL Macro?

622


What is abstract class in c++?

592


What is lambda expression c++?

582


There are 100 students in a class. The management keep information in two tables. Those two tables are given like Roll no Name Age 001 ABC 15 002 XYZ 14 and Roll No Subject Marks 001 Math 75 001 Physics 55 002 Math 68 001 Hindi 69 They want the information like this Roll No Name Hindi Physics Math Total 001 ABC 69 55 75 199 002 XYZ 68 74 84 226 And Roll No Suject Highest 001 Math 98 007 Physics 84 021 Hindi 74 All 275 All information is kept in structure in main memory. You have to find last two tables.

2538






When do we run a shell in the unix system?

566


What causes a runtime error c++?

591


Where do I find the current c or c++ standard documents?

585


What is private, public and protected inheritance?

595


What is a dangling pointer in c++?

666


What number of digits that can be accuratly stored in a float (based on the IEEE Standard 754)? a) 6 b) 38 c) An unlimited number

792


what is the difference between overloading & overriding? give example.

566


What is the benefit of encapsulation?

596


What is #include iostream in c++?

595


Explain how overloading takes place in c++?

579