[New-bugs-announce] [issue2281] Enhanced cPython profiler with high-resolution timer

Jean Brouwers report at bugs.python.org
Wed Mar 12 22:56:48 CET 2008


New submission from Jean Brouwers <MrJean1 at Gmail.com>:

Attached is a modified version of the cPython profiler file 
Modules/_lsprof.c using a high-resolution timer where available.

The enhancement has been tested on 32- and 64-bit Linux (x86 and x86_64) 
and on 32-bit MacOS X Tiger (Intel) and Panther (PPC).

No other platforms have been tested but as before the profiler will 
fallback to using gettimeofday() on non-Windows version, except the 64-
bit PPC build will issue a compile-time warning.

----------
files: hires_lsprof.tgz
messages: 63486
nosy: MrJean1
severity: normal
status: open
title: Enhanced cPython profiler with high-resolution timer
Added file: http://bugs.python.org/file9665/hires_lsprof.tgz

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue2281>
__________________________________


More information about the New-bugs-announce mailing list