Re: [pyprof-devel] [Python-Dev] RFC: Threading-Aware Profiler for Python
Status: Alpha
Brought to you by:
apexo
From: Bill J. <ja...@pa...> - 2009-05-04 16:39:18
|
Hi, Christian. Christian Schubert <ma...@ap...> wrote: > I've created an alternative profiler module which queries per-thread > CPU usage via netlink/taskstats, which limits the applicability to > Linux (which shouldn't be much of an issue, profiling is usually not > done by end users). A surprisingly large # of developers are running on OS X these days, though. I suggest make it work there, too. Bill |