mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-09 00:04:56 +01:00
Amend previous commit (remove debug instrumentation)
This commit is contained in:
parent
e8130c1f1b
commit
23e3b6f6a8
1 changed files with 0 additions and 14 deletions
|
|
@ -149,20 +149,6 @@ PortManager::PortManager ()
|
||||||
load_port_info ();
|
load_port_info ();
|
||||||
}
|
}
|
||||||
|
|
||||||
PortManager::~PortManager ()
|
|
||||||
{
|
|
||||||
for (int i = 0; i < 16; ++i) {
|
|
||||||
uint64_t min;
|
|
||||||
uint64_t max;
|
|
||||||
double avg;
|
|
||||||
double dev;
|
|
||||||
|
|
||||||
if (_stats[i].get_stats (min, max, avg, dev)) {
|
|
||||||
std::cout << i << ": " << min << ' ' << max << ' ' << avg << ' ' << dev << "\n";
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
void
|
void
|
||||||
PortManager::clear_pending_port_deletions ()
|
PortManager::clear_pending_port_deletions ()
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue