![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <counters.h>
Additional Inherited Members | |
![]() | |
V8_EXPORT_PRIVATE void | AddSample (int sample) |
bool | Enabled () |
const char * | name () const |
int | min () const |
int | max () const |
int | num_buckets () const |
void | AssertReportsToCounters (Counters *expected_counters) |
![]() | |
Histogram ()=default | |
Histogram (const Histogram &)=delete | |
Histogram & | operator= (const Histogram &)=delete |
void | Initialize (const char *name, int min, int max, int num_buckets, Counters *counters) |
Counters * | counters () const |
void | Reset () |
void | EnsureCreated (bool create_new=true) |
Definition at line 225 of file counters.h.