Revision 533116

Go back to digest for 30th April 2006

Features in Utilities

Bram Schoenmakers committed changes in /trunk/playground/utils/rsibreak/src:

o New class of RSIStatItems introduced: items which keeps track of the user's usage. A global array keeps track of every second of usage or idleness in the last 24h. The new class is able to record parts of this array to calculate the percentage of usage in the last minute, hour or day (whatever interval <24h). At the moment only the activity of the last minute is added, as proof of concept. It should be possible to query more kinds of intervals.
o The statistic mapping uses pointers instead of direct instances of statistic items.
o One more krazy report fixed.

FEATURE

File Changes

Modified 7 files
  • /trunk/playground/utils/rsibreak/src
  •   /rsiglobals.cpp
  •   /rsiglobals.h
  •   /rsistatitem.cpp
  •   /rsistatitem.h
  •   /rsistats.cpp
  •   /rsistats.h
  •   /rsistatwidget.cpp
7 files changed in total