Struct heartbeats_simple_sys::heartbeat_record [] [src]

#[repr(C)]
pub struct heartbeat_record { pub id: uint64_t, pub user_tag: uint64_t, pub work: uint64_t, pub wd: heartbeat_udata, pub start_time: uint64_t, pub end_time: uint64_t, pub td: heartbeat_udata, pub perf: heartbeat_rates, }

A heartbeat record with current rates.

Fields