V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
|
Public Member Functions | |
V8_EXPORT_PRIVATE void | Enter (RuntimeCallTimer *timer, RuntimeCallCounterId counter_id) |
V8_EXPORT_PRIVATE void | Leave (RuntimeCallTimer *timer) |
V8_EXPORT_PRIVATE void | CorrectCurrentCounterId (RuntimeCallCounterId counter_id) |
V8_EXPORT_PRIVATE void | Reset () |
void | Add (RuntimeCallStats *other) |
V8_EXPORT_PRIVATE void | Print (std::ostream &os) |
V8_EXPORT_PRIVATE void | Print () |
V8_NOINLINE void | Dump (v8::tracing::TracedValue *value) |
ThreadId | thread_id () const |
RuntimeCallTimer * | current_timer () |
RuntimeCallCounter * | current_counter () |
bool | InUse () |
bool | IsCalledOnTheSameThread () |
RuntimeCallCounter * | GetCounter (RuntimeCallCounterId counter_id) |
RuntimeCallCounter * | GetCounter (int counter_id) |
Static Public Attributes | |
static const int | kNumberOfCounters |
Definition at line 1039 of file counters.h.
|
static |
Definition at line 1071 of file counters.h.