Skip to content

Commit

Permalink
Add header/legend line to kp_reader
Browse files Browse the repository at this point in the history
describing what each column means
  • Loading branch information
brian-kelley committed Dec 6, 2023
1 parent 6dae155 commit 659cad2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions profiling/simple-kernel-timer/kp_reader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,9 @@ 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("Regions: \n\n");

for (unsigned int i = 0; i < kernelInfo.size(); i++) {
Expand Down

0 comments on commit 659cad2

Please sign in to comment.