On Wed, Dec 21, 2016 at 1:50 AM, Thane Brimhall
wrote:
> I use cProfile a lot, and would like to suggest three backwards-compatible
> improvements to the API.
>
> 1: When using cProfile on a specific piece of code I often use the
> enable() and disable() methods. It occurred to me that this would
On 1/10/2017 11:36 AM, Thane Brimhall wrote:
Does anyone have thoughts on this topic? I assume the silence is because
this suggestion is too trivial to matter.
1 and 3 don't really need discussion here. 2 perhaps. I would open 3
separate enhancement issues. As near as I can tell, profile an
That is great news because I'd be happy to do the implementation myself if
it only requires Python. (Sadly I'm not proficient in C.) I'll be coding
over the next couple days preparing an example implementation, then I will
open an issue on the bug tracker.
/Thane
On Tuesday, January 10, 2017 a
2017-01-10 8:57 GMT-08:00 Ethan Furman :
> On 01/10/2017 08:36 AM, Thane Brimhall wrote:
>
> Does anyone have thoughts on this topic? I assume the silence is because
>> this suggestion is too trivial to matter.
>>
>
> Sometimes it's just a matter of timing. :)
>
> I use cProfile a lot, and would
Thanks for getting back to me on this! Yes timing can be a big factor. :)
Turns out this gave me opportunity to look a little further back in the
archives and someone suggested a very similar API change in November, so
maybe more people than just me would want a feature like this.
Good call on
At a glance, all of these sound like good modernizing enhancements for
cprofile. It just takes someone to contribute the work. :)
On Tue, Jan 10, 2017, 8:57 AM Ethan Furman wrote:
> On 01/10/2017 08:36 AM, Thane Brimhall wrote:
>
> > Does anyone have thoughts on this topic? I assume the silence
On 01/10/2017 08:36 AM, Thane Brimhall wrote:
Does anyone have thoughts on this topic? I assume the silence is because
this suggestion is too trivial to matter.
Sometimes it's just a matter of timing. :)
I use cProfile a lot, and would like to suggest three backwards-compatible
improvemen
I hate to be "that guy" but... bump!
Does anyone have thoughts on this topic? I assume the silence is because
this suggestion is too trivial to matter.
/Thane
On Tuesday, December 20, 2016 at 5:51:49 PM UTC-7, Thane Brimhall wrote:
>
> I use cProfile a lot, and would like to suggest three backw
I use cProfile a lot, and would like to suggest three backwards-compatible
improvements to the API.
1: When using cProfile on a specific piece of code I often use the enable()
and disable() methods. It occurred to me that this would be an obvious
place to use a context manager.
2: Enhance the `pr