Re: Profiling: Interpreting tottime

2010-04-08 Thread Nikolaus Rath
Gabriel Genellina gagsl-...@yahoo.com.ar writes: En Wed, 07 Apr 2010 18:44:39 -0300, Nikolaus Rath nikol...@rath.org escribió: def check_s3_refcounts(): Check s3 object reference counts global found_errors log.info('Checking S3 object reference counts...') for (key,

Profiling: Interpreting tottime

2010-04-07 Thread Nikolaus Rath
Hello, Consider the following function: def check_s3_refcounts(): Check s3 object reference counts global found_errors log.info('Checking S3 object reference counts...') for (key, refcount) in conn.query(SELECT id, refcount FROM s3_objects): refcount2 =

Re: Profiling: Interpreting tottime

2010-04-07 Thread Gabriel Genellina
En Wed, 07 Apr 2010 18:44:39 -0300, Nikolaus Rath nikol...@rath.org escribió: def check_s3_refcounts(): Check s3 object reference counts global found_errors log.info('Checking S3 object reference counts...') for (key, refcount) in conn.query(SELECT id, refcount FROM

Re: Profiling: Interpreting tottime

2010-04-07 Thread Gabriel Genellina
En Wed, 07 Apr 2010 18:44:39 -0300, Nikolaus Rath nikol...@rath.org escribió: def check_s3_refcounts(): Check s3 object reference counts global found_errors log.info('Checking S3 object reference counts...') for (key, refcount) in conn.query(SELECT id, refcount FROM