#include <memory-reducer.h>
Definition at line 91 of file memory-reducer.h.
◆ State()
v8::internal::MemoryReducer::State::State |
( |
Id | action, |
|
|
int | started_gcs, |
|
|
double | next_gc_start_ms, |
|
|
double | last_gc_time_ms, |
|
|
size_t | committed_memory_at_last_run ) |
|
inlineprivate |
◆ committed_memory_at_last_run()
size_t v8::internal::MemoryReducer::State::committed_memory_at_last_run |
( |
| ) |
const |
|
inline |
◆ CreateDone()
static State v8::internal::MemoryReducer::State::CreateDone |
( |
double | last_gc_time_ms, |
|
|
size_t | committed_memory ) |
|
inlinestatic |
◆ CreateRun()
static State v8::internal::MemoryReducer::State::CreateRun |
( |
int | started_gcs | ) |
|
|
inlinestatic |
◆ CreateUninitialized()
static State v8::internal::MemoryReducer::State::CreateUninitialized |
( |
| ) |
|
|
inlinestatic |
◆ CreateWait()
static State v8::internal::MemoryReducer::State::CreateWait |
( |
int | started_gcs, |
|
|
double | next_gc_time_ms, |
|
|
double | last_gc_time_ms ) |
|
inlinestatic |
◆ id()
Id v8::internal::MemoryReducer::State::id |
( |
| ) |
const |
|
inline |
◆ last_gc_time_ms()
double v8::internal::MemoryReducer::State::last_gc_time_ms |
( |
| ) |
const |
|
inline |
◆ next_gc_start_ms()
double v8::internal::MemoryReducer::State::next_gc_start_ms |
( |
| ) |
const |
|
inline |
◆ started_gcs()
int v8::internal::MemoryReducer::State::started_gcs |
( |
| ) |
const |
|
inline |
◆ committed_memory_at_last_run_
size_t v8::internal::MemoryReducer::State::committed_memory_at_last_run_ |
|
private |
◆ id_
Id v8::internal::MemoryReducer::State::id_ |
|
private |
◆ last_gc_time_ms_
double v8::internal::MemoryReducer::State::last_gc_time_ms_ |
|
private |
◆ next_gc_start_ms_
double v8::internal::MemoryReducer::State::next_gc_start_ms_ |
|
private |
◆ started_gcs_
int v8::internal::MemoryReducer::State::started_gcs_ |
|
private |
The documentation for this class was generated from the following file: