![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <counters.h>
Public Member Functions | |
AggregatedMemoryHistogram (Histogram *backing_histogram) | |
void | AddSample (double current_ms, double current_value) |
Private Member Functions | |
AggregatedMemoryHistogram () | |
double | Aggregate (double current_ms, double current_value) |
Private Attributes | |
bool | is_initialized_ |
double | start_ms_ |
double | last_ms_ |
double | aggregate_value_ |
double | last_value_ |
Histogram * | backing_histogram_ |
Friends | |
class | Counters |
Definition at line 393 of file counters.h.
|
inlineexplicit |
Definition at line 396 of file counters.h.
|
inlineprivate |
Definition at line 415 of file counters.h.
void v8::internal::AggregatedMemoryHistogram< Histogram >::AddSample | ( | double | current_ms, |
double | current_value ) |
Definition at line 433 of file counters.h.
|
private |
Definition at line 490 of file counters.h.
Definition at line 413 of file counters.h.
|
private |
Definition at line 427 of file counters.h.
|
private |
Definition at line 429 of file counters.h.
|
private |
Definition at line 424 of file counters.h.
|
private |
Definition at line 426 of file counters.h.
|
private |
Definition at line 428 of file counters.h.
|
private |
Definition at line 425 of file counters.h.