template <>

class WireSyncBufferClientImpl

Defined at line 5559 of file fidling/gen/sdk/fidl/fuchsia.kernel/fuchsia.kernel/cpp/fidl/fuchsia.kernel/cpp/wire_messaging.h

Public Methods

::fidl::WireUnownedResult< ::fuchsia_kernel::Stats::GetMemoryStats> GetMemoryStats ()

Caller provides the backing storage for FIDL message via an argument to `.buffer()`.

::fidl::WireUnownedResult< ::fuchsia_kernel::Stats::GetMemoryStatsExtended> GetMemoryStatsExtended ()

Caller provides the backing storage for FIDL message via an argument to `.buffer()`.

::fidl::WireUnownedResult< ::fuchsia_kernel::Stats::GetMemoryStatsCompression> GetMemoryStatsCompression ()

Caller provides the backing storage for FIDL message via an argument to `.buffer()`.

::fidl::WireUnownedResult< ::fuchsia_kernel::Stats::GetCpuStats> GetCpuStats ()

Caller provides the backing storage for FIDL message via an argument to `.buffer()`.

::fidl::WireUnownedResult< ::fuchsia_kernel::Stats::GetCpuLoad> GetCpuLoad (int64_t duration)

Gets the average load as a percentage (0.0 - 100.0) from each CPU over the specified

duration.

Load is calculated as (100 - %idle), where %idle is the percentage value of idle_time (from

PerCpuStats) over a time duration.

Caller provides the backing storage for FIDL message via an argument to `.buffer()`.