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
What does obj stand for?
What are structures and unions?
What is scope resolution operator in c++ with example?
How can I learn c++ easily?
When are exception objects created?
Write a program which uses Command Line Arguments
What is double in c++?
What does int * mean in c++?
Does c++ cost money?
Write is a binary search tree? Write an algo and tell complexity?
What is #include iostream h in c++?
What is the purpose of extern storage specifier?
Mention the purpose of istream class?
write a program that withdrawals,deposits,balance check,shows mini statement. (using functions,pointers and arrays)
What is the difference between global variables and local variable