Concerns about performance w/Python, Pysco on Pentiums

Michael Hudson mwh at python.net
Thu Mar 6 08:16:26 EST 2003


Peter Hansen <peter at engcorp.com> writes:

> > Still this sounds like memory is the bottleneck ... You could try to look
> > at the cache misses for your process, if that is at all possible.
> 
> Not knowing that much about Linux I'd be at a loss to do this on my
> own.  Any suggestions for where to look?

Googling for cachegrind might lead to enlightenment.  It comes with
valgrind.  Interpreting its output is probably something of a black
art.

Cheers,
M.

-- 
 All parts should go together without forcing. You must remember that
 the parts you are  reassembling were disassembled by you.  Therefore,
 if you can't get them together again, there must be a reason. By all
 means, do not use a hammer.           -- IBM maintenance manual, 1925




More information about the Python-list mailing list