mgedmin / mgedmin/profilehooks
Allow logging timings to a logger
Open
enhancement
- Dominant language
- Python
- Stars
- 338
- Forks
- 29
- PR merge metrics
- No merged PRs in 30d
Description
Would there be any reason not to allow an option to have the timeit decorator be able to log the information to a logger instead of sys.stderr?
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating the timeit decorator and the code that writes timing information to sys.stderr. Check the existing tests around this decorator, then define completion as supporting an optional logger while preserving the current stderr behavior and covering the new option with tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100