Last-modified: 2014-11-23 (日) 22:06:05
valgrind/チートシート

インストール

Everything is expanded.Everything is shortened.
  1
  2
 
 
sudo apt-get update
sudo apt-get install valgrind

メモリチェック

Everything is expanded.Everything is shortened.
  1
 

キャッシュプロファイリング

Everything is expanded.Everything is shortened.
  1
 

メモリプロファイリング

Everything is expanded.Everything is shortened.
  1
  2
  3
 
 
 
valgrind --tool=massif --stacks=yes --trace-children=yes <対象プログラム>
 
ms_print <結果ファイル(massif.out.*)>