Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Attributes | List of all members
flutter::MemoryUsageInfo Struct Reference

Memory usage stats. dirty_memory_usage is the memory usage (in MB) such that the app uses its physical memory for dirty memory. Dirty memory is the memory data that cannot be paged to disk. owned_shared_memory_usage is the memory usage (in MB) such that the app uses its physical memory for shared memory, including loaded frameworks and executables. On iOS, it's physical memory - dirty memory. More...

#include <sampling_profiler.h>

Public Attributes

double dirty_memory_usage
 
double owned_shared_memory_usage
 

Detailed Description

Memory usage stats. dirty_memory_usage is the memory usage (in MB) such that the app uses its physical memory for dirty memory. Dirty memory is the memory data that cannot be paged to disk. owned_shared_memory_usage is the memory usage (in MB) such that the app uses its physical memory for shared memory, including loaded frameworks and executables. On iOS, it's physical memory - dirty memory.

Definition at line 41 of file sampling_profiler.h.

Member Data Documentation

◆ dirty_memory_usage

double flutter::MemoryUsageInfo::dirty_memory_usage

Definition at line 42 of file sampling_profiler.h.

◆ owned_shared_memory_usage

double flutter::MemoryUsageInfo::owned_shared_memory_usage

Definition at line 43 of file sampling_profiler.h.


The documentation for this struct was generated from the following file: