class ComponentTarget
Defined at line 52 of file ../../src/performance/experimental/profiler/component.h
Public Methods
zx::result<> Start (fxl::WeakPtr<Sampler> notify)
Do any required initialization for the component, and begin watching the component. Add the
component to `notify` when the component (and any of its children) are ready to be profiled.
zx::result<> Stop ()
Detach from the component -- stop emitting calls to on start.
zx::result<> Destroy ()
Tear down and clean up this component if needed.
void ~ComponentTarget ()
Defined at line 62 of file ../../src/performance/experimental/profiler/component.h