Struct heartbeats_simple_sys::heartbeat_pow_record [] [src]

#[repr(C)]
pub struct heartbeat_pow_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, pub start_energy: uint64_t, pub end_energy: uint64_t, pub ed: heartbeat_udata, pub pwr: heartbeat_rates, }

A heartbeat record with current rates (performance and power).

Fields