List Question
20 TechQA 2024-01-22T15:09:33.133000Does cProfile include the time waiting for the GIL
32 views
Asked by Bernhard Thiel
multi-thread QCoreApplication stops before cProfile, PySide6
57 views
Asked by smsware
Python: adding method to decorator
97 views
Asked by zaelcovsky
cProfile ignores some builtins
52 views
Asked by Anthony Labarre
Yappi profiler causing horrible slowdown
98 views
Asked by Ethan Edelen
Performance test with cProfile > negative function calls
14 views
Asked by amelouch
Why is the total execution time so much greater than the profiled cumulated time in Python?
41 views
Asked by terrabl
Significant delay between python function completion and return
163 views
Asked by brandonsmithj
How come the tottime is *greater* than cumtime, when using cProfile?
154 views
Asked by Just Me
Can I turn off profiling in a portion of python code when invoking cProfile as a script?
283 views
Asked by dfrankow
What does {method 'poll' of 'select.poll'...} mean in cprofile output?
216 views
Asked by Mike Mann
How to use "dump_pstats" properly to retrieve the sorted data of the "cProfile" into "txt" file?
295 views
Asked by Lambda
cProfile measure module with -- arguments
77 views
Asked by Fire Cube
Python cProfile : Can't get attribute 'myclass' on <module 'cProfile' from 'path_to_cProfile.py'
110 views
Asked by Nicolas Mendiboure
Increase Output Resolution of Python cProfile (More Resolution in Output Required)
570 views
Asked by user8899928
runsnake fails in ubuntu with error in squaremap
112 views
Asked by Martin Rubey
Can the Pycharm profiler, cProfile, be set to profile only a couple of lines of code and not the whole script?
982 views
Asked by Jamal Rnjbal
How to pass variables to nested functions in cProfile's runctx()
56 views
Asked by Klutch27