diff --git a/README.md b/README.md index 7afe5e7f0..de0afe2a6 100755 --- a/README.md +++ b/README.md @@ -419,6 +419,7 @@ See also: [Performance Test Guide](https://github.com/winlinvip/simple-rtmp-serv * nginx v1.5.0: 139524 lines
### History +* v1.0, 2014-03-06, add gperftools for mem leak detect, mem/cpu profile. * v1.0, 2014-03-04, add gest framework for utest, build success. * 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) * v1.0, 2014-03-02, srs-librtmp, client publish/play library like librtmp. diff --git a/trunk/3rdparty/gperftools-2.1.zip b/trunk/3rdparty/gperftools-2.1.zip new file mode 100644 index 000000000..49a01918f Binary files /dev/null and b/trunk/3rdparty/gperftools-2.1.zip differ diff --git a/trunk/3rdparty/readme.txt b/trunk/3rdparty/readme.txt index 3c11c8909..54b43bca4 100755 --- a/trunk/3rdparty/readme.txt +++ b/trunk/3rdparty/readme.txt @@ -30,6 +30,9 @@ tools/ccache-3.1.9.zip gtest-1.6.0.zip google单元测试框架。 + +gperftools-2.1.zip + google性能分析和测试工具。 links: ffmpeg: @@ -59,4 +62,7 @@ links: gtest: https://code.google.com/p/googletest https://code.google.com/p/googletest/downloads/list + gperftools: + https://code.google.com/p/gperftools/ + https://code.google.com/p/gperftools/downloads/list