Modulesยง
- dynamic_
stat_ types - Provides dynamic versions of the thread local stats. Dynamic here means that the name of the
counter is being decided in runtime. If you use the
define_stats!to define a dynamic stat then the pattern that is used to format the key and the arguments used in that pattern are statically checked. - field_
stat_ types - Provides struct field versions of the thread local stats.
- stat_
types - stats_
manager