GRPC交叉编译必须的基础库之一,目前最新的发布版本。在编译grpc的时候,会遇到此组建依赖,必须在系统中部署好此组建。
2023-02-02 17:12:18 1.2MB gperftool grpc protobuf
1
官方离线安装包,亲测可用。使用rpm -ivh [rpm完整包名] 进行安装
2021-12-14 14:01:46 4KB rpm
安装tcmalloc所需的源代码,和完整编译安装应用过程。 unzip tcmalloc.zip tar -zxvf gperftools-2.1.tar.gz cd gperftools-2.1 ./configure --disable-cpu-profiler --disable-heap-profiler --disable-heap-checker --disable-debugalloc --enable-minimal make -j4 make install
1
gperftools是google开发的一款非常实用的工具集,主要包括:性能优异的malloc free内存分配器tcmalloc;基于tcmalloc的堆内存检测和内存泄漏分析工具heap-profiler,heap-checker;基于tcmalloc实现的程序CPU性能监测工具cpu-profiler.
2021-08-02 16:31:32 1.28MB gperftools
1
gperftools-2.0.tar.gz
2021-03-18 10:24:50 1.2MB gperftools tcmalloc
1