Do not use profile comment for process/thread metadata
Open
- Dominant language
- C#
- Stars
- 14
- Forks
- 10
- PR merge metrics
- No merged PRs in 30d
Description
We currently use the profile comment to emit a hierarchy of process/thread CPU time since we merge processes/thread samples based on process type / thread name in the main profile. This is not a good use of the comment field and instead we should look into alternatives like using sample labels and having a command line tool for aggregating the information from the labels - if it indeed is useful.
Contributor guide
Assessment
This issue has not been assessed yet.