symmetry-statsd-api ~master (2022-04-04T09:26:02.1924179)
Dub
Repo
Meter
kaleidc
api
dstatsd
struct
Meter {
const
string
name
;
const
ulong
increment
;
this
(string name, ulong increment);
void
toString
(Buf buf, string prefix);
}
Constructors
this
this
(string name, ulong increment)
Undocumented in source.
Members
Functions
toString
void
toString
(Buf buf, string prefix)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
increment
ulong
increment
;
Undocumented in source.
name
string
name
;
Undocumented in source.
Meta
Source
See Implementation
kaleidc
api
dstatsd
classes
StatsD
functions
main
structs
Counter
Gauge
Histogram
Meter
ScopeTimer
Set
Timer