Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add header/legend line to kp_reader #223

Merged
merged 3 commits into from
Jan 5, 2024

Conversation

brian-kelley
Copy link
Contributor

@brian-kelley brian-kelley commented Dec 6, 2023

Add header line to kp_reader describing what each column means.

For example:

[bmkelle@s1042556 unit_test]$ ~/kp_reader s1042556-55120.dat
 (Type)   Total Time, Call Count, Avg. Time per Call, %Total Time in Kernels, %Total Program Time
-------------------------------------------------------------------------

Regions: 


-------------------------------------------------------------------------
Kernels: 

- KokkosKernels::Common::SymmetrizeGraphSymbolicHashMap::S1
 (ParFor)   0.986542 14 0.070467 24.654143 12.271012
- KokkosKernels::Common::SymmetrizeGraphSymbolicHashMap::S0
 (ParFor)   0.977042 14 0.069789 24.416739 12.152850
...

Note, I didn't try to space this out differently with --fixed-width 1 because the columns containing numbers tend to be narrower than the corresponding header entry.

@dalg24 dalg24 merged commit 04fe2cd into kokkos:develop Jan 5, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants