MetOffice / MetOffice/Vernier

Present profiles nicely

Open
#9 1 comment 0 reactions 0 assignees View on GitHub
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

Open the contributing 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.