commit | 5f82bffe736ab688d4f6f3a3fc095543e7b92930 | [log] [tgz] |
---|---|---|
author | Szabolcs Nagy <szabolcs.nagy@arm.com> | Wed Jul 11 09:11:06 2018 +0100 |
committer | Szabolcs Nagy <szabolcs.nagy@arm.com> | Mon Jul 30 13:15:22 2018 +0100 |
tree | 554e210480ccf750141a96fe24e058356f368ebc | |
parent | fce099747ac4f43f34f3cd13853937449e6911a5 [diff] |
Flush stdout after each benchmark in mathbench If lot of benchmarks are run and the output is not a tty then the results only showed up after the stdio buffer was full. With fflush if the output is redirected and mathbench is killed the results before the kill are still available.