Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
brian-kelley committed Dec 6, 2023
1 parent 659cad2 commit b16ed73
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions profiling/simple-kernel-timer/kp_reader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,12 @@ int main(int argc, char* argv[]) {
}
}

printf("(Type) Total Time, Call Count, Avg. Time per Call, %%Total Time in Kernels, %%Total Program Time\n");
printf("-------------------------------------------------------------------------\n\n");
printf(
"(Type) Total Time, Call Count, Avg. Time per Call, %%Total Time in "
"Kernels, %%Total Program Time\n");
printf(
"------------------------------------------------------------------------"
"-\n\n");

printf("Regions: \n\n");

Expand Down

0 comments on commit b16ed73

Please sign in to comment.