Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


Profiler in projects?

Answers were Sorted based on User's Feedback



Profiler in projects?..

Answer / sreeram bugude

Profiler is an utility which is used to find the
optimization inputs in running the application.
in Unix, gprof and gcov will serve the purpose. for more
details please google it..

Is This Answer Correct ?    2 Yes 0 No

Profiler in projects?..

Answer / anil

It maintain the Profile of the Project .

Is This Answer Correct ?    0 Yes 2 No

Post New Answer

More C++ General Interview Questions

What is encapsulation in c++?

1 Answers  


Can the creation of operator** is allowed to perform the to-the-power-of operations?

0 Answers  


What is a virtual destructor?

2 Answers  


What is the difference between #import and #include?

0 Answers  


What is constructor and destructor in c++?

0 Answers  


tell me about yourself ?i want answer for frehers with various exasmples?

2 Answers   HCL,


What is size of a object of following class? class Foo { public: void foo(){} }

2 Answers   CA,


Can we use struct in c++?

0 Answers  


We all know that a const variable needs to be initialized at the time of declaration. Then how come the program given below runs properly even when we have not initialized p?

0 Answers  


How to declare a function pointer?

0 Answers  


What is an accessor in c++?

0 Answers  


How can you quickly find the number of elements stored in a a) static array b) dynamic array ? Why is it difficult to store linked list in an array?how can you find the nodes with repetetive data in a linked list?

0 Answers  


Categories