symmetry-statsd-api ~master (2022-04-04T09:26:02.1924179)
Dub
Repo
ScopeTimer
kaleidc
api
dstatsd
struct
ScopeTimer {
import
core
.
time
;
;
string
name
;
StatsD
service
;
MonoTime
begin
;
this
(string name, StatsD service);
~this
();
}
Constructors
this
this
(string name, StatsD service)
Undocumented in source.
Destructor
~this
~this
()
Undocumented in source.
Members
Variables
begin
MonoTime
begin
;
Undocumented in source.
name
string
name
;
Undocumented in source.
service
StatsD
service
;
Undocumented in source.
Meta
Source
See Implementation
kaleidc
api
dstatsd
classes
StatsD
functions
main
structs
Counter
Gauge
Histogram
Meter
ScopeTimer
Set
Timer