Author Topic: does anyone else find that the gprof in CLLB10.05 package(winxp) doesn't work?  (Read 2944 times)

Offline huzhongshan

  • Multiple posting newcomer
  • *
  • Posts: 109
the gprof in C::B 10.05 package (winxp) seems donnot work.
I write a program, compile it with profiler (-pg). then run it , it generates the gmon.out file . but the profiler plugin in C::B(svn 6527) doesnot show infomation properly. I use command line: gpro  test.ext gmon.out -b , it doesnot work properly.
the gprof version in package is 2.19.1

does anyone else find this , or I make some mistakes?

Offline huzhongshan

  • Multiple posting newcomer
  • *
  • Posts: 109
I found that maybe gprof didnot work with fun call a dll.