Profiler follow-up items
Open
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 2
- Forks
- 6
- Avg merge
- 7d 11h
- Merged PRs (30d)
- 1
Description
- add a dedicated "reset" function for the global profiler
- make the context manager by default not use the global profiler- create a profiler for that block and process the output all in one go
Originally posted by @ZLLentz in https://github.com/pcdshub/pcdsutils/pull/47#issuecomment-1129141808
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reading the profiler implementation and the discussion in pull request #47, focusing on the global profiler and context manager behavior. Done means providing a dedicated reset function, making the context manager independent of the global profiler by default, and processing that block's output together.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- performance
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100