class ControlledComponent

Defined at line 65 of file ../../src/performance/cpu_profiler/component.h

Public Methods

void ControlledComponent (std::string url, Moniker moniker, ComponentWatcher & component_watcher)

Defined at line 67 of file ../../src/performance/cpu_profiler/component.h

zx::result<std::unique_ptr<ControlledComponent>> Create (const std::string & url, const std::string & moniker, ComponentWatcher & component_watcher)

Defined at line 233 of file ../../src/performance/cpu_profiler/component.cc

zx::result<> Start (fxl::WeakPtr<Sampler> notify)

Defined at line 283 of file ../../src/performance/cpu_profiler/component.cc

zx::result<> Stop ()

Defined at line 310 of file ../../src/performance/cpu_profiler/component.cc

zx::result<> Destroy ()

Defined at line 321 of file ../../src/performance/cpu_profiler/component.cc

void ~ControlledComponent ()

Defined at line 336 of file ../../src/performance/cpu_profiler/component.cc