Skip to content

Commit

Permalink
Align print format string for column names and units
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrygx committed Jan 11, 2023
1 parent 2cbb968 commit 22de050
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common.cu
Original file line number Diff line number Diff line change
Expand Up @@ -976,7 +976,7 @@ testResult_t run() {
PRINT("# %10s %12s %8s %6s %6s out-of-place in-place \n", "", "", "", "", "");
PRINT("# %10s %12s %8s %6s %6s %7s %6s %6s %6s %7s %6s %6s %6s\n", "size", "count", "type", "redop", "root",
timeStr, "algbw", "busbw", "#wrong", timeStr, "algbw", "busbw", "#wrong");
PRINT("# %10s %12s %8s %6s %6s %7s %6s %6s %5s %7s %6s %6s %5s\n", "(B)", "(elements)", "", "", "",
PRINT("# %10s %12s %8s %6s %6s %7s %6s %6s %6s %7s %6s %6s %6s\n", "(B)", "(elements)", "", "", "",
"(us)", "(GB/s)", "(GB/s)", "", "(us)", "(GB/s)", "(GB/s)", "");

struct testThread threads[nThreads];
Expand Down

0 comments on commit 22de050

Please sign in to comment.