1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

Cleanup server for GMC, by WaitGroup to destroy. (#2247). v4.0.206

This commit is contained in:
winlin 2021-11-17 08:23:32 +08:00
parent 73c1392748
commit 63da0dca92
18 changed files with 114 additions and 42 deletions

View file

@ -4,7 +4,7 @@
// SPDX-License-Identifier: MIT
//
/**
@see: http://google-perftools.googlecode.com/svn/trunk/doc/cpuprofile.html
@see: https://gperftools.github.io/gperftools/cpuprofile.html
config srs with gperf(to make gperftools):
./configure --with-gperf --jobs=3
set the pprof path if not set:

View file

@ -4,7 +4,7 @@
// SPDX-License-Identifier: MIT
//
/**
@see: http://google-perftools.googlecode.com/svn/trunk/doc/heap_checker.html
@see: https://gperftools.github.io/gperftools/heap_checker.html
config srs with gperf(to make gperftools):
./configure --with-gperf --jobs=3
set the pprof path if not set:

View file

@ -4,7 +4,7 @@
// SPDX-License-Identifier: MIT
//
/**
@see: http://google-perftools.googlecode.com/svn/trunk/doc/heapprofile.html
@see: https://gperftools.github.io/gperftools/heapprofile.html
config srs with gperf(to make gperftools):
./configure --with-gperf --jobs=3
set the pprof path if not set: