Kcachegrind version 0.4.6 - How to Download and Install on Mac OS X
Friday the 3rd of September, 2010

    kcachegrind  most recent diff


    version 0.4.6

      View the most recent changes for the kcachegrind port at: kcachegrind.darwinports.com/diff
      Scroll down toward the bottom of the page to get installation instructions for kcachegrind.
      The raw portfile for kcachegrind 0.4.6 is located here:
      http://kcachegrind.darwinports.com/dports/devel/kcachegrind/Portfile
      Find related portfiles with the unique DarwinPorts.com search feature.
      Check for any related Fink projects here: pdb.finkproject.org/pdb/package.php/kcachegrind


      The kcachegrind Portfile 57375 2009-09-10 08:16:41Z ryandesign macports.org $

      PortSystem 1.0

      Name: kcachegrind
      Version: 0.4.6
      Revision: 1
      Category: devel
      Platform: darwin
      Maintainers: simon openmaintainer
      Description: KCachegrind - Profiling Visualization
      Long Description: KCachegrind visualizes traces generated by profiling, including a tree map and a call graph visualization of the calls happening. It's designed to be fast for very large programs like KDE applications.

      Homepage: http://kcachegrind.sourceforge.net/
      Master Sites: sourceforge

      Checksums: md5 4ed60028dcefd6bf626635d5f2f50273 sha1 7c1e3268b0c98660f35bc92bf01f1b52733508fb rmd160 b64f88377fb0bf1d0e21fc70dcb9b812f46ae93b

      depends_lib port:kdelibs3

      configure.args --with-extra-includes=${prefix}/include --with-extra-libs=${prefix}/lib --with-qt-dir=${prefix}/lib/qt3 --without-arts

      platform darwin 9 {
      # http://developer.apple.com/qa/qa2007/qa1567.html
      configure.ldflags-append -dylib_file /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib:/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
      }

      livecheck.type regex
      livecheck.url http://sourceforge.net/project/showfiles.php?group_id=64331
      livecheck.regex {KCachegrind (\d+(?:\.\d+)*)}

    If you haven't already installed Darwin Ports, you can find easy instructions for doing so at the main Darwin Ports page.

    Once Darwin Ports has been installed, in a terminal window and while online, type the following and hit return:


      %  cd /opt/local/bin/portslocation/dports/kcachegrind
      % sudo port install kcachegrind
      Password:
    You will then be prompted for your root password, which you should enter. You may have to wait for a few minutes while the software is retrieved from the network and installed for you. Y ou should see something that looks similar to:

      ---> Fetching kcachegrind
      ---> Verifying checksum for kcachegrind
      ---> Extracting kcachegrind
      ---> Configuring kcachegrind
      ---> Building kcachegrind with target all
      ---> Staging kcachegrind into destroot
      ---> Installing kcachegrind
    - Make sure that you do not close the terminal window while Darwin Ports is working. Once the software has been installed, you can find further information about using kcachegrind with these commands:
      %  man kcachegrind
      % apropos kcachegrind
      % which kcachegrind
      % locate kcachegrind

     Where to find more information:

    Darwin Ports



    Lightbox this page.