1

Problem lies in the fact that gmon.out file doesnt show correct data. All times are 0, and nothing is measured. gmon.out file is normally generated. I am using eclipse ide for c++, and linking, compiling and running programs as normal.

Any help?

Mario
  • 11
  • 1
  • possible duplicate of [gprof on MacOS 10.6 with c++ program has call data but no timing data --- why?](http://stackoverflow.com/questions/4480944/gprof-on-macos-10-6-with-c-program-has-call-data-but-no-timing-data-why) – osgx Dec 19 '10 at 02:40

1 Answers1

0

Even if it were working, it can only find certain kinds of problems, and there's a better way.

Community
  • 1
  • 1
Mike Dunlavey
  • 40,059
  • 14
  • 91
  • 135