正在显示
3 个修改的文件
包含
7 行增加
和
0 行删除
| @@ -419,6 +419,7 @@ See also: [Performance Test Guide](https://github.com/winlinvip/simple-rtmp-serv | @@ -419,6 +419,7 @@ See also: [Performance Test Guide](https://github.com/winlinvip/simple-rtmp-serv | ||
| 419 | * nginx v1.5.0: 139524 lines <br/> | 419 | * nginx v1.5.0: 139524 lines <br/> |
| 420 | 420 | ||
| 421 | ### History | 421 | ### History |
| 422 | +* v1.0, 2014-03-06, add gperftools for mem leak detect, mem/cpu profile. | ||
| 422 | * v1.0, 2014-03-04, add gest framework for utest, build success. | 423 | * v1.0, 2014-03-04, add gest framework for utest, build success. |
| 423 | * v1.0, 2014-03-02, add wiki [srs-librtmp](https://github.com/winlinvip/simple-rtmp-server/wiki/SrsLibrtmp), [srs for arm](https://github.com/winlinvip/simple-rtmp-server/wiki/SrsLinuxArm), [product](https://github.com/winlinvip/simple-rtmp-server/wiki/Product) | 424 | * v1.0, 2014-03-02, add wiki [srs-librtmp](https://github.com/winlinvip/simple-rtmp-server/wiki/SrsLibrtmp), [srs for arm](https://github.com/winlinvip/simple-rtmp-server/wiki/SrsLinuxArm), [product](https://github.com/winlinvip/simple-rtmp-server/wiki/Product) |
| 424 | * v1.0, 2014-03-02, srs-librtmp, client publish/play library like librtmp. | 425 | * v1.0, 2014-03-02, srs-librtmp, client publish/play library like librtmp. |
trunk/3rdparty/gperftools-2.1.zip
0 → 100644
不能预览此文件类型
| @@ -30,6 +30,9 @@ tools/ccache-3.1.9.zip | @@ -30,6 +30,9 @@ tools/ccache-3.1.9.zip | ||
| 30 | 30 | ||
| 31 | gtest-1.6.0.zip | 31 | gtest-1.6.0.zip |
| 32 | google单元测试框架。 | 32 | google单元测试框架。 |
| 33 | + | ||
| 34 | +gperftools-2.1.zip | ||
| 35 | + google性能分析和测试工具。 | ||
| 33 | 36 | ||
| 34 | links: | 37 | links: |
| 35 | ffmpeg: | 38 | ffmpeg: |
| @@ -59,4 +62,7 @@ links: | @@ -59,4 +62,7 @@ links: | ||
| 59 | gtest: | 62 | gtest: |
| 60 | https://code.google.com/p/googletest | 63 | https://code.google.com/p/googletest |
| 61 | https://code.google.com/p/googletest/downloads/list | 64 | https://code.google.com/p/googletest/downloads/list |
| 65 | + gperftools: | ||
| 66 | + https://code.google.com/p/gperftools/ | ||
| 67 | + https://code.google.com/p/gperftools/downloads/list | ||
| 62 | 68 |
-
请 注册 或 登录 后发表评论