summaryrefslogtreecommitdiffstats
path: root/runtime/statsobj.h
Commit message (Collapse)AuthorAgeFilesLines
* bugfix: fixed build problems on some platformsRainer Gerhards2010-12-011-4/+4
| | | | namely those that have 32bit atomic operations but not 64 bit ones
* fixed compile problems on Solarisv5.7.0Rainer Gerhards2010-09-161-2/+2
|
* improved statistics-gathering subsystemRainer Gerhards2010-09-131-0/+124
... well, actually this is a first real implementation of this subsystem. I have added a counter registry, a way to access the countres (as readable string) and a way to define and maintem them. Also, module impstats has been updated to utilize the new system. Finally, I added some counters. I hope that this sets the baseline for useful future enhancements.