mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
comment out two verbose debugging outputs
This commit is contained in:
parent
329753241f
commit
0bbe7ad96b
1 changed files with 2 additions and 2 deletions
|
|
@ -1268,7 +1268,7 @@ AudioDiskstream::_do_refill (Sample* mixdown_buffer, float* gain_buffer, framecn
|
|||
|
||||
//cerr << name() << " will read " << byte_size_for_read << " out of total bytes " << total_bytes << " in buffer of "
|
||||
// << c->front()->playback_buf->bufsize() * bits_per_sample / 8 << " bps = " << bits_per_sample << endl;
|
||||
cerr << name () << " read samples = " << samples_to_read << " out of total space " << total_space << " in buffer of " << c->front()->playback_buf->bufsize() << " samples\n";
|
||||
// cerr << name () << " read samples = " << samples_to_read << " out of total space " << total_space << " in buffer of " << c->front()->playback_buf->bufsize() << " samples\n";
|
||||
|
||||
uint64_t before = g_get_monotonic_time ();
|
||||
uint64_t elapsed;
|
||||
|
|
@ -1353,7 +1353,7 @@ AudioDiskstream::_do_refill (Sample* mixdown_buffer, float* gain_buffer, framecn
|
|||
}
|
||||
|
||||
elapsed = g_get_monotonic_time () - before;
|
||||
cerr << "\tbandwidth = " << (byte_size_for_read / 1048576.0) / (elapsed/1000000.0) << "MB/sec\n";
|
||||
// cerr << "\tbandwidth = " << (byte_size_for_read / 1048576.0) / (elapsed/1000000.0) << "MB/sec\n";
|
||||
|
||||
file_frame = file_frame_tmp;
|
||||
assert (file_frame >= 0);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue