Browse Source

Save profiling in netadapter.

git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@3419 0c269be4-1314-0410-8aa9-9f06e86f4224
tags/1.9.2
sletz 17 years ago
parent
commit
e815b69037
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      common/JackNetAdapter.cpp

+ 4
- 0
common/JackNetAdapter.cpp View File

@@ -151,6 +151,10 @@ namespace Jack
{
jack_log ( "JackNetAdapter::Close" );

#ifdef JACK_MONITOR
fTable.Save(fHostBufferSize, fHostSampleRate, fAdaptedSampleRate, fAdaptedBufferSize);
#endif

switch ( fThread.GetStatus() )
{
// Kill the thread in Init phase


Loading…
Cancel
Save