struct ProcessTarget

Defined at line 72 of file ../../src/performance/cpu_profiler/targets.h

Public Members

process handle
zx_koid_t pid
basic_string name
unordered_map threads
unique_ptr unwinder_data
vector cached_mappings

Public Methods

void ProcessTarget (zx::process process, zx_koid_t pid, std::string name, std::unordered_map<zx_koid_t, ThreadTarget> threads)

Defined at line 73 of file ../../src/performance/cpu_profiler/targets.h