Correct the destination of dispatch timings in performHdcc
This commit is contained in:
parent
7f352170a6
commit
9335fea3a3
1 changed files with 1 additions and 1 deletions
|
|
@ -1406,7 +1406,7 @@ void Synth::Impl::performHdcc(int delay, int ccNumber, float normValue, bool asM
|
|||
ASSERT(ccNumber < config::numCCs);
|
||||
ASSERT(ccNumber >= 0);
|
||||
|
||||
ScopedTiming logger { callbackBreakdown_.dispatch, ScopedTiming::Operation::addToDuration };
|
||||
ScopedTiming logger { dispatchDuration_, ScopedTiming::Operation::addToDuration };
|
||||
|
||||
changedCCsThisCycle_.set(ccNumber);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue