aboutsummaryrefslogtreecommitdiffstats
path: root/src/Stats.hxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Stats: use monotonic clock instead of GTimerMax Kellermann2013-11-241-2/+0
| | | | Reduce GLib usage.
* Stats: use struct DatabaseStatsMax Kellermann2013-11-221-15/+0
| | | | Eliminate redundant declaration.
* Stats: move the GTimer variable out of struct statsMax Kellermann2013-11-221-3/+0
|
* Stats: don't export the global variable "stats"Max Kellermann2013-11-221-2/+0
| | | | Unused outside of Stats.cxx.
* *: use references instead of pointersMax Kellermann2013-10-191-1/+1
|
* Stats: don't include glib.h in headerMax Kellermann2013-10-021-2/+1
| | | | Use forward declaration instead.
* Stats: rename stats.h to Stats.hxxMax Kellermann2013-10-021-0/+55