Present profiles nicely
- Dominant language
- C++
- Stars
- 6
- Forks
- 11
- Avg merge
- 18h 7m
- Merged PRs (30d)
- 1
Description
Several bits:
- [ ] At the moment, a separate profile appears for each thread. Instead, only present a single profile with thread max/min info.
- [ ] Write to a suitable output file.
- [ ] Sort the profile entries in order of decreasing self time; perhaps optionally the total time (inclusive of child routine calls).
Contributor guide
Research direction
Start by locating Vernier’s code that assembles and presents profile entries, then trace how profiles are currently written to output. Done means each thread contributes to one profile with min/max information, results are written to a suitable output file, and entries can be ordered by decreasing self time with optional inclusive-time ordering.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- performance
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100