OSDN Git Service

profiling: get rid of disk write activity
authorMartin Renold <martinxyz@gmx.ch>
Sun, 29 Aug 2010 08:47:57 +0000 (10:47 +0200)
committerMartin Renold <martinxyz@gmx.ch>
Sun, 29 Aug 2010 08:52:50 +0000 (10:52 +0200)
commit8e5afe55188f725ecc0df8fb783721dd7330a922
treeb3a063cccbe17448a9fb2175e1e5afb514c101d8
parentabf28af9bb1a2cff9681d4f4940532e457eb2b80
profiling: get rid of disk write activity

All gui performance tests run a bit faster now.

The gui tests were calling gtk.main() quite often, and whenever
this function returned, gtk did write the list of recent files.
Using gtk.main_iteration now.
tests/guicontrol.py