![]() |
V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
|
Public Member Functions | |
| HistogramTimer (const char *name, int min, int max, HistogramTimerResolution resolution, int num_buckets, Counters *counters) | |
| void | Start () |
| void | Stop () |
| bool | Running () |
Public Member Functions inherited from v8::internal::TimedHistogram | |
| void | Start (base::ElapsedTimer *timer, Isolate *isolate) |
| void | Stop (base::ElapsedTimer *timer, Isolate *isolate) |
| void | RecordAbandon (base::ElapsedTimer *timer, Isolate *isolate) |
Public Member Functions inherited from v8::internal::Histogram | |
| void | AddSample (int sample) |
| bool | Enabled () |
| const char * | name () |
| int | min () const |
| int | max () const |
| int | num_buckets () const |
| void | AssertReportsToCounters (Counters *expected_counters) |
Friends | |
| class | Counters |
Additional Inherited Members | |
Protected Member Functions inherited from v8::internal::TimedHistogram | |
| TimedHistogram (const char *name, int min, int max, HistogramTimerResolution resolution, int num_buckets, Counters *counters) | |
| void | AddTimeSample () |
Protected Member Functions inherited from v8::internal::Histogram | |
| Histogram (const char *name, int min, int max, int num_buckets, Counters *counters) | |
| Counters * | counters () const |
| void | Reset () |
Protected Attributes inherited from v8::internal::TimedHistogram | |
| HistogramTimerResolution | resolution_ |
Definition at line 398 of file counters.h.