Closed jason-fxz closed 2 months ago
Hi!
This is a known issue, resulting from the fact that the profiling output (Exit code, Total cycles, etc.) is default to stderr
, while the default program output is default to stdout
. These 2 streams are not synchronized. As a consequence, this may lead to a confusing output sequence.
It looks like this:
It seems like you should flush stdout before print the debug info.