symmetry-statsd-api ~master (2022-04-04T09:26:02.1924179)
Dub
Repo
Timer
kaleidc
api
dstatsd
struct
Timer {
const
string
name
;
const
ulong
time
;
this
(string name, ulong time);
void
toString
(Buf buf, string prefix);
}
Constructors
this
this
(string name, ulong time)
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
name
string
name
;
Undocumented in source.
time
ulong
time
;
Undocumented in source.
Meta
Source
See Implementation
kaleidc
api
dstatsd
classes
StatsD
functions
main
structs
Counter
Gauge
Histogram
Meter
ScopeTimer
Set
Timer