<niso>
Hi, img trying t o "hunt" some high memory usage on my program which i can not reproduce atm. there is any useful packages for purpose? ATM i thought to wrap some of my main functions with decorator that will monitor the memory before and after annd after the function (using psutil), any other recommendations? TY!
<arigato>
"python -m vmprof --mem" is or was known to work at some point
<arigato>
(I mean "pypy -m vmprof --mem")
infinite has quit [Ping timeout: 244 seconds]
infinite has joined #pypy
dddddd has joined #pypy
<niso>
atm i dont know what cause this high memory usage, so i want to add some logs that will points me to the flows that can cause this. vmprof require a specific flow no?
<niso>
and i saw objgraph, but that will be used when i can produce that problem
<mattip>
vmprof is a statistical profiler. Every x millisecs it checks your programs and logs the stack (an maybe memory use)
<mattip>
when your program is done, you analyse the log
<mattip>
then you can see how often and how long it was in a particular function call, and maybe how much memory was in play
<niso>
I remember that there was an issue with memory profiling with pypy + vmprof, that not relevant anymore?
xcm has quit [Remote host closed the connection]
xcm has joined #pypy
marky1991 has joined #pypy
marky1991_3 has quit [Ping timeout: 248 seconds]
vstinner has left #pypy [#pypy]
Masklinn has quit [Ping timeout: 246 seconds]
mjacob has quit [Ping timeout: 252 seconds]
mjacob has joined #pypy
Masklinn has joined #pypy
jcea has joined #pypy
niso has quit [Quit: Page closed]
Rhy0lite has joined #pypy
Masklinn has quit [Ping timeout: 246 seconds]
dddddd has quit [Ping timeout: 258 seconds]
xcm has quit [Read error: Connection reset by peer]
xcm has joined #pypy
Masklinn has joined #pypy
Masklinn has quit [Client Quit]
michelp has joined #pypy
asmeurer__ has joined #pypy
dddddd has joined #pypy
jacob22_ has quit [Ping timeout: 248 seconds]
marky1991 has quit [Ping timeout: 246 seconds]
xcm has quit [Remote host closed the connection]
xcm has joined #pypy
asmeurer__ has quit [Quit: asmeurer__]
jacob22_ has joined #pypy
alexge50 has quit [Read error: Connection reset by peer]
alexge50 has joined #pypy
moei has joined #pypy
infernix has quit [Ping timeout: 246 seconds]
xcm has quit [Read error: Connection reset by peer]
xcm has joined #pypy
Rhy0lite has quit [Quit: Leaving]
<kenaan>
stevie_92 cpyext-gc-cycle a1dc8b9e7d98 /: Implemented tuple untracking for rrc objects Improved stability list traversal and removed unneccesary ...