V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
|
Public Member Functions | |
void | AddSample (int sample) |
bool | Enabled () |
const char * | name () |
int | min () const |
int | max () const |
int | num_buckets () const |
void | AssertReportsToCounters (Counters *expected_counters) |
Protected Member Functions | |
Histogram (const char *name, int min, int max, int num_buckets, Counters *counters) | |
Counters * | counters () const |
void | Reset () |
Friends | |
class | Counters |
Definition at line 209 of file counters.h.