Flutter Engine
The Flutter Engine
|
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 |
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.
double flutter::MemoryUsageInfo::dirty_memory_usage |
Definition at line 42 of file sampling_profiler.h.
double flutter::MemoryUsageInfo::owned_shared_memory_usage |
Definition at line 43 of file sampling_profiler.h.