yum install libtool
下载gperftools:http://code.google.com/p/gperftools/downloads/list
./autogen.sh
./configure && make -j8 && make install
下载libunwind:http://download.savannah.gnu.org/releases/libunwind/
./configure && make -j8 && make install
安装gperftools与libunwind
本文介绍如何使用yum安装libtool,接着从官方源下载并编译安装gperftools及libunwind库,提升程序性能分析能力。
yum install libtool
下载gperftools:http://code.google.com/p/gperftools/downloads/list
./autogen.sh
./configure && make -j8 && make install
下载libunwind:http://download.savannah.gnu.org/releases/libunwind/
./configure && make -j8 && make install

被折叠的 条评论
为什么被折叠?