Top > Valgrind

Profiler > MemoryProfiler

MacOSX

  • valgrind on Mac OS X (10.9) Mavericks
    • http://calvinx.com/2014/05/04/valgrind-on-mac-os-x-10-9-mavericks/
      # Make sure I have autoconf and automake both installed.
      sudo port -v install automake
      sudo port -v install autoconf
      # Grab Frederic's patched valgrind on his "homebrew" branch
      cd ~/work  # My usual project directory
      git clone https://github.com/fredericgermain/valgrind/ -b homebrew
      cd valgrind
      # Because he placed VEX as a git submodule, we have to make sure we clone it too
      git submodule init
      git submodule update
      # With VEX submodule now available, we can compile valgrind
      ./autogen.sh
      ./configure
      make
      # sudo make install
      make install

.

関連


Reload   Diff   Front page List of pages Search Recent changes Backup Referer   Help   RSS of recent changes
Last-modified: Thu, 15 Feb 2024 01:52:58 JST (65d)