From 18eee2586e7026727717ec050784d3809f09f090 Mon Sep 17 00:00:00 2001 From: russelltao Date: Tue, 19 Nov 2019 15:33:36 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=8F=8F=E8=BF=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 2-memory/benchmark/README.md | 2 ++ README.md | 5 +++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/2-memory/benchmark/README.md b/2-memory/benchmark/README.md index 4503ca3..0080419 100644 --- a/2-memory/benchmark/README.md +++ b/2-memory/benchmark/README.md @@ -3,6 +3,8 @@ autoconf、automake、libtool CentOS下安装:yum install autoconf automake libtool Ubuntu下安装:apt-get install autoconf、automake、libtool +#### 下载gperftool +https://github.com/gperftools/gperftools.git #### 生成configure文件 ./autogen.sh #### 生成Makefile文件 diff --git a/README.md b/README.md index ee30043..0d69b7a 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,3 @@ -《极客时间:分布式高性能程序优化30讲》示例代码 -1-cpu_cache目录:第1讲 CPU缓存:怎样写代码能够提升缓存命中率? \ No newline at end of file +## 《极客时间:分布式高性能程序优化30讲》示例代码 +#### 1-cpu_cache目录:01|CPU缓存:怎样写代码能够提升缓存命中率? +#### 2-memory目录:02|内存池 : 如何更快的分配内存? \ No newline at end of file -- GitLab