mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
add srs memory watcher.
This commit is contained in:
parent
811ef4bcf6
commit
8b3bd5b4b9
11 changed files with 178 additions and 3 deletions
|
@ -100,6 +100,7 @@
|
|||
<ClInclude Include="..\..\src\app\srs_app_utility.hpp" />
|
||||
<ClInclude Include="..\..\src\core\srs_core.hpp" />
|
||||
<ClInclude Include="..\..\src\core\srs_core_autofree.hpp" />
|
||||
<ClInclude Include="..\..\src\core\srs_core_mem_watch.hpp" />
|
||||
<ClInclude Include="..\..\src\core\srs_core_performance.hpp" />
|
||||
<ClInclude Include="..\..\src\kernel\srs_kernel_aac.hpp" />
|
||||
<ClInclude Include="..\..\src\kernel\srs_kernel_avc.hpp" />
|
||||
|
@ -181,6 +182,7 @@
|
|||
<ClCompile Include="..\..\src\app\srs_app_utility.cpp" />
|
||||
<ClCompile Include="..\..\src\core\srs_core.cpp" />
|
||||
<ClCompile Include="..\..\src\core\srs_core_autofree.cpp" />
|
||||
<ClCompile Include="..\..\src\core\srs_core_mem_watch.cpp" />
|
||||
<ClCompile Include="..\..\src\core\srs_core_performance.cpp" />
|
||||
<ClCompile Include="..\..\src\kernel\srs_kernel_aac.cpp" />
|
||||
<ClCompile Include="..\..\src\kernel\srs_kernel_avc.cpp" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue