tmm1 / perftools.rb

gperftools for ruby code
http://gperftools.googlecode.com/svn/trunk/doc/cpuprofile.html#pprof
1.02k stars 61 forks source link

make it work with google-perftools-1.8.3 #36

Closed asinbow closed 12 years ago

asinbow commented 12 years ago

I forked your repository and make it work with newer google-perftools-1.8.3. It may solve some compile error on new linux version(for example >= 3.0.0) or gcc version. On my Ubuntu desktop 11.10, it now works.

My repository is here https://github.com/asinbow/perftools.rb I suggest you merge it back, and later one day I will discard my repository.

Again, thanks for your great work.

bearded commented 12 years ago

Hey @asinbow, did you saw pull request #33 ? :)

asinbow commented 12 years ago

@bearded: wow, that's great! I did not see it, actually I have never used that feature before. So i will use your branch for my work. Thank you for remind me!

bearded commented 12 years ago

@asinbow, no problem. I think you can close this issue if changes in pull request #33 is enough for you :)