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
Can we inherit constructor in c++?
What is iterator c++?
Define a nested class.
Are c and c++ similar?
How one would use switch in a program?
what are function pointers?
What is data binding in c++?
What is the basic structure of c++ program?
What is split a string in c++?
How would you use the functions sin(), pow(), sqrt()?
What is prototype for that c string function?
Define upcasting.
Is rust better than c++?
Difference between strdup and strcpy?
What is an adaptor class in c++?