ocean v6.2.0 (2021-12-09T10:56:40Z)
Home
Dub
Repo
Statistics
ocean
util
prometheus
collector
Collector
Undocumented in source.
version(unittest)
struct
Statistics {
ulong
up_time_s
;
size_t
count
;
float
ratio
;
double
fraction
;
real
very_real
;
int
delegate
(
int
)
a_delegate
;
void
function
()
a_function
;
}
Members
Variables
a_delegate
int
delegate
(
int
)
a_delegate
;
Undocumented in source.
a_function
void
function
()
a_function
;
Undocumented in source.
count
size_t
count
;
Undocumented in source.
fraction
double
fraction
;
Undocumented in source.
ratio
float
ratio
;
Undocumented in source.
up_time_s
ulong
up_time_s
;
Undocumented in source.
very_real
real
very_real
;
Undocumented in source.
Meta
Source
See Implementation
ocean
util
prometheus
collector
Collector
classes
Collector
structs
Labels
Statistics