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 the difference between global variables and local variable

0 Answers  


What are member functions used in c++?

0 Answers  


What operator is used to access a struct through a pointer a) >> b) -> c) *

0 Answers  


why v use c++ even we have microprocessor

2 Answers   CybAge,


class Foo { const int x; protected: Foo(int f); ~Foo(); }; Foo f; Referring to the sample code above, why will the class declaration not compile? a) The variable x is const. b) The destructor is protected. c) The destructor is not public. d) The constructor is protected. e) There is no default constructor.

5 Answers   Quark,






Is c++ the best programming language?

0 Answers  


can output 5 students using one dimensional array

1 Answers   Intel,


Is python better than c++?

0 Answers  


State the difference between pre and post increment/decrement operations.

0 Answers  


What are the different types of Storage classes?

5 Answers  


Is c++ a software?

0 Answers  


What are the types of STL containers?

4 Answers  


Categories