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 the size of this class class size { public: char data1; double d; int data2; char data3; double data4; short data5; }; please explain the padding for these double variables.
Define anonymous class.
How can you quickly find the number of elements stored in a dynamic array?
Is it possible for a member function to use delete this?
What is virtual table?
What is c++ hash?
How const int *ourpointer differs from int const *ourpointer?
What is the type of 'this' pointer?
How does c++ sort work?
What is the difference between = and == in C?
20 Answers Christ University, Intel,
What are the two main components of c++?
Can a constructor throw a exception? How to handle the error when the constructor fails?