Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there any KCacheGrind alternative for Mac Os X outta there?

I'm looking for a KCacheGrind alternative, or at least a binary package for Mac Os X?

I'd to use KCacheGrind with XDebug for PHP, but Mac Os X is the right environnement here...

Thank you

Edit: I know I can use MacPort but I'm looking for an alternative of this painful installation.

Maybe something "in the mac way"

like image 526
IgorS Avatar asked Mar 24 '11 23:03

IgorS


2 Answers

You can install KCacheGrind using MacPorts:

sudo port install valgrind kcachegrind4

There are also some alternatives like:

  • WebGrind
  • qcachegrind (brew install qcachegrind); See: installation steps on OS X.
  • XHProf: A Hierarchical Profiler for PHP (pecl install xhprof)

  • MCG premium app can analyse your application profile data natively on your Mac (released to the Mac App Store)

    Older: MacCallGrind (semi-commercial alternative, free version which is limited to 3MB grind files)

    Screenshots of MCG app - xdebug - analyse your application profile

    Image: Homepage of MCG

See also: do you have kcachegrind like profiling tools for mac

like image 135
kenorb Avatar answered Nov 11 '22 10:11

kenorb


You might want to check out WebGrind

Webgrind is an Xdebug profiling web frontend in PHP5. It implements a subset of the features of kcachegrind and installs in seconds and works on all platforms.

like image 10
Joe Lencioni Avatar answered Nov 11 '22 10:11

Joe Lencioni