class ControlledComponent
Defined at line 65 of file ../../src/performance/experimental/profiler/component.h
Public Methods
void ControlledComponent (std::string url, Moniker moniker, ComponentWatcher & component_watcher)
Defined at line 67 of file ../../src/performance/experimental/profiler/component.h
zx::result<std::unique_ptr<ControlledComponent>> Create (const std::string & url, const std::string & moniker, ComponentWatcher & component_watcher)
Defined at line 226 of file ../../src/performance/experimental/profiler/component.cc
zx::result<> Start (fxl::WeakPtr<Sampler> notify)
Defined at line 276 of file ../../src/performance/experimental/profiler/component.cc
zx::result<> Stop ()
Defined at line 304 of file ../../src/performance/experimental/profiler/component.cc
zx::result<> Destroy ()
Defined at line 315 of file ../../src/performance/experimental/profiler/component.cc
void ~ControlledComponent ()
Defined at line 330 of file ../../src/performance/experimental/profiler/component.cc