Flutter Engine
The Flutter Engine
|
Classes | |
class | Registry |
Functions | |
int64_t | getCurrResidentSetSizeBytes () |
int64_t | getMaxResidentSetSizeBytes () |
int | getMaxResidentSetSizeMB () |
int | getCurrResidentSetSizeMB () |
ProcStats - Process Statistics Functions
int64_t sk_tools::getCurrResidentSetSizeBytes | ( | ) |
If implemented, returns the current resident set size in bytes. If not, returns -1.
Definition at line 84 of file ProcStats.cpp.
int sk_tools::getCurrResidentSetSizeMB | ( | ) |
If implemented, returns the current resident set size in MB. If not, returns -1.
Definition at line 92 of file ProcStats.cpp.
int64_t sk_tools::getMaxResidentSetSizeBytes | ( | ) |
If implemented, returns the maximum resident set size in MB. If not, returns -1.
Definition at line 47 of file ProcStats.cpp.
int sk_tools::getMaxResidentSetSizeMB | ( | ) |
If implemented, returns the maximum resident set size in MB. If not, returns -1.
Definition at line 87 of file ProcStats.cpp.