template <>
class NaturalSyncClientImpl
Defined at line 74 of file fidling/gen/sdk/fidl/fuchsia.memory.attribution/fuchsia.memory.attribution/cpp/fidl/fuchsia.memory.attribution/cpp/natural_messaging.h
Public Methods
::fidl::Result< ::fuchsia_memory_attribution::Provider::Get> Get ()
Returns the attribution information known to the provider.
The first call returns immediately with the current information.
Subsequent calls will be held if no additional information is
available, and return only when there are changes to the attribution
information to be reported.
Runners will typically report the kernel resources (e.g. job, process,
etc) associated with each component that they are responsible for
running.
Components may optionally report resource usage by different categories
within their implementation.