Profiling args are missing on the main brench
- Dominant language
- Python
- Stars
- 17.9k
- Forks
- 4.5k
- Avg merge
- 4d 3h
- Merged PRs (30d)
- 272
Description
**Describe the bug**
A clear and concise description of what the bug is. Tag the [@mcore-oncall](https://github.com/orgs/NVIDIA/teams/mcore-oncall)
to get oncall's attention to this issue.
* the development branch has useful tooling like `--profile` that is missing on the main branch. Is this a purposeful exclusion? Or an oversight. This makes it difficult to run profiling on stable commits on the main branch.
**Steps/Code to reproduce bug**
Please list *minimal* steps or code snippet for us to be able to reproduce the bug.
A helpful guide on on how to craft a minimal bug report http://matthewrocklin.com/blog/work/2018/02/28/minimal-bug-reports.
`--profile` is not included on the main branch
**Expected behavior**
A clear and concise description of what you expected to happen.
`--profile` and related args included on the main branch. Alternatively, if this is useful it would be great to annotate these args as dev only somewhere in the doc string in the arguments.py or the dataclass refactor for the config system.
**Additional context**
Add any other context about the problem here.
Contributor guide
Assessment
This issue has not been assessed yet.