Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove bottleneck in validation (#923)
Even with debugLibrary not enabled ValueStr is calculated in this call, which causes significant bottlenecks in validation. All other calls to DbgPrint already use ValueStrDebug to avoid formatting string output that won't ever be used.
- Loading branch information