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 |
How do you master coding?
How delete [] is different from delete?
Explain some examples of operator overloading?
What is the difference between set and map in c++?
How important is c++?
C is to C++ as 1 is to a) What the heck b) 2 c) 10
What is a "RTTI"?
int age=35; if(age>80) {Console.WriteLine("Boy you are old");} else {Console.WrieLine("That is a good age");}
Which one is a preferred language C or C++? Why?
How to declare a pointer to an array of integers?
write a programme to get a character and thier ASCII value
What are the different types of comments allowed in c++?