Revision 571258
Go back to digest for 13th August 2006Optimization in Utilities
Tom Albers committed changes in /trunk/playground/utils/ktu/src:
Reworked the statistics, instead of retrieving them instantly, queue them, every 20ms one of them gets picked up and handled. With loads of files installed this means that the ui still remains very responsive. Before this, the interface would block for a second of 15 retrieving the stats. Now KTU starts instantly and the stats are retrieved slowely after that (which is ok, as stats are only informative and not the goal of the app).
File Changes
Modified 6 files
- /trunk/playground/utils/ktu/src
- /ktustatitem.cpp
- /ktustatitem.h
- /ktustats.cpp
- /ktustats.h
- /ktuwidget.cpp
- /ktuwidget.h
6 files changed in total