legion
legion copied to clipboard
Easy way to debug how parallel (or not) a Schedule is
In specs, the DispatcherBuilder
implements Debug
, and is an easy enough way to see which of your systems are being run in parallel with each other. It would be great to be able to get this kind of information in legion as well (ideally in a better format).
This is a feature I'd like to see as well!