Definition at line 36 of file memory-balancer.h.
◆ SmoothedBytesAndDuration()
v8::internal::MemoryBalancer::SmoothedBytesAndDuration::SmoothedBytesAndDuration |
( |
size_t | bytes, |
|
|
double | duration ) |
|
inline |
◆ rate()
double v8::internal::MemoryBalancer::SmoothedBytesAndDuration::rate |
( |
| ) |
const |
|
inline |
◆ Update()
void v8::internal::MemoryBalancer::SmoothedBytesAndDuration::Update |
( |
size_t | bytes, |
|
|
double | duration, |
|
|
double | decay_rate ) |
|
inline |
◆ bytes_
double v8::internal::MemoryBalancer::SmoothedBytesAndDuration::bytes_ |
|
private |
◆ duration_
double v8::internal::MemoryBalancer::SmoothedBytesAndDuration::duration_ |
|
private |
The documentation for this class was generated from the following file: