2014-11-22 7:44 GMT-05:00 Julian Taylor :
> On 17.11.2014 23:09, Francis Giraldeau wrote:
> > Hi,
> > ...
> > The PEP-418 is about performance counters, but there is no mention o
> > Anyway, I think we must change CPython to support tools such as perf.
> > Any thoughts?
> >
>
> there are some patc
On 17.11.2014 23:09, Francis Giraldeau wrote:
> Hi,
> ...
> The PEP-418 is about performance counters, but there is no mention o
> Anyway, I think we must change CPython to support tools such as perf.
> Any thoughts?
>
there are some patches available adding systemtap and dtrace probes,
which s
Hi,
Anyway, I think we must change CPython to support tools such as perf. Any
> thoughts?
>
Not many thoughts, other than that it would be nice to be able to use a
sampling profiler on Python code. I think this would especially benefit
applications that use libraries written in C, or applications
Hi,
The PEP-418 is about performance counters, but there is no mention of
performance management unit (PMU) counters, such as cache misses and
instruction counts.
The Linux perf tool aims at recording these samples at the system level. I
ran linux perf on CPython for profiling. The resulting call