| 171 | { |
| 172 | public: |
| 173 | void |
| 174 | create(int handle) override |
| 175 | { |
| 176 | g_stat_indices[handle] = TSStatCreate(Stats::STAT_NAMES[handle], TS_RECORDDATATYPE_INT, TS_STAT_PERSISTENT, TS_STAT_SYNC_COUNT); |
| 177 | } |
| 178 | |
| 179 | void |
| 180 | increment(int handle, int step = 1) override |