mirror of
https://github.com/NVIDIA/nccl-tests.git
synced 2026-01-14 02:47:21 +08:00
Add fflush(stdout) before perf output
This commit is contained in:
parent
365b92a1ea
commit
3bd2bd292b
@ -969,6 +969,8 @@ testResult_t run() {
|
||||
errors[t] = bw_count[t] = 0;
|
||||
}
|
||||
|
||||
fflush(stdout);
|
||||
|
||||
const char* timeStr = report_cputime ? "cputime" : "time";
|
||||
PRINT("#\n");
|
||||
PRINT("# %10s %12s %8s %6s %6s out-of-place in-place \n", "", "", "", "", "");
|
||||
|
||||
Loading…
Reference in New Issue
Block a user