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 |
What is a "Copy Constructor"?
How much do coding jobs pay?
wrong statement about c++ a)code removably b)encapsulation of data and code c)program easy maintenance d)program runs faster
Can you pass an array to a function in c++?
What is a linked list in c++?
What is bubble sort c++?
What is oop in c++?
Evaluate as true or false: !(1 &&0 || !1) a) True b) False c) Invalid statement
the first character in the variable name must be an a) special symbol b) number c) alphabet
How would you stop a class from class from being derived or inherited?The constructer should not be Private,as object instantiation should be allowed.
How to declaring variables in c++?
Is c++ the best programming language?