winlin

add gperftools for mem leak detect, mem/cpu profile.

@@ -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.
不能预览此文件类型
@@ -31,6 +31,9 @@ tools/ccache-3.1.9.zip @@ -31,6 +31,9 @@ tools/ccache-3.1.9.zip
31 gtest-1.6.0.zip 31 gtest-1.6.0.zip
32 google单元测试框架。 32 google单元测试框架。
33 33
  34 +gperftools-2.1.zip
  35 + google性能分析和测试工具。
  36 +
34 links: 37 links:
35 ffmpeg: 38 ffmpeg:
36 http://ffmpeg.org/ 39 http://ffmpeg.org/
@@ -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