feat: support multiple profile files in line_profiler.py#219
feat: support multiple profile files in line_profiler.py#219Marxlp wants to merge 1 commit intopyutils:mainfrom
Conversation
Currently, only one file was parsed, but we many need to aggregate multiple runs to output result. Scenario like multiple processing or time-consuming run will need it.
|
This is a new feature, or does it fix something that was broken? In any case this will need a test, changelog entry, and some more discussion. |
|
Should this stay open, or can it be closed? |
|
I am kinda a fan of the idea (as is evident from the shoutouts in previous PRs). There are some changes that I'd make if it was up to me though:
See a sample implementation at @Marxlp, are you still interested in implementing the feature? If not, would you mind if we took it over and gave it a makeover? Apropos, this would also be the basis for allowing profiling to extend into subprocesses, the separate results for which can then be aggregated in the main Footnotes
|
Currently, only one file was parsed, but we may need to aggregate multiple files to output result. Scenarios like multiple processing and time-consuming running will need it.