Code::Blocks Forums

User forums => General (but related to Code::Blocks) => Topic started by: huzhongshan on August 30, 2010, 12:20:28 am

Title: does anyone else find that the gprof in CLLB10.05 package(winxp) doesn't work?
Post by: huzhongshan on August 30, 2010, 12:20:28 am
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?
Title: Re: does anyone else find that the gprof in CLLB10.05 package(winxp) doesn't work?
Post by: huzhongshan on August 30, 2010, 01:19:34 am
I found that maybe gprof didnot work with fun call a dll.