Yes, that did it. This is a good use case example to distinguish in `time` docs between the use of `cpuTime()` and `epochTime()`. The given example for `cpuTime()` assumes single threaded use and not the effect of multi processor/threads use.
[https://nim-lang.org/docs/times.html](https://nim-lang.org/docs/times.html)
