class Capture
Defined at line 192 of file ../../src/developer/memory/metrics/capture.h
Public Members
static unordered_set kDefaultRootedVmoNames
Public Methods
zx_instant_boot_t time ()
Defined at line 196 of file ../../src/developer/memory/metrics/capture.h
const zx_info_kmem_stats_t & kmem ()
Defined at line 197 of file ../../src/developer/memory/metrics/capture.h
const std::optional<zx_info_kmem_stats_extended_t> & kmem_extended ()
Defined at line 198 of file ../../src/developer/memory/metrics/capture.h
const std::optional<zx_info_kmem_stats_compression_t> & kmem_compression ()
Defined at line 201 of file ../../src/developer/memory/metrics/capture.h
const std::unordered_map<zx_koid_t, Process> & koid_to_process ()
Defined at line 205 of file ../../src/developer/memory/metrics/capture.h
const std::unordered_map<zx_koid_t, Vmo> & koid_to_vmo ()
Defined at line 207 of file ../../src/developer/memory/metrics/capture.h
const Process & process_for_koid (zx_koid_t koid)
Defined at line 209 of file ../../src/developer/memory/metrics/capture.h
const Vmo & vmo_for_koid (zx_koid_t koid)
Defined at line 211 of file ../../src/developer/memory/metrics/capture.h
Friends
class CaptureMaker
class TestUtils
class TestMonitor