Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
Python
some profiler questions
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="Dieter Maurer, post: 1823430"] Please read the "How it works section". You find an example how the profiler can be customized in my "ZopeProfiler" product (the "HLProfiler.py"). It makes profiling slower (as it derives high level profiles in addition to the low level ones) but might nevertheless help you as an example. Thus, you look at the internal representation of "pstats" and format it in the way you like... class_.f = some_wrapper(class_.f) You should read the "How it works section". You will find out that your doubt is justified... Dieter [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
Python
some profiler questions
Top