Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
With nested loops, the inner `LoopSum` or `LoopConcatenateCombined` incorrectly created a new dictionary for inner time stats for every outer iteration. This patch fixes this problem by creating a new dictionary only if there was none.
- Loading branch information