![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <counters.h>
Public Member Functions | |
CountersVisitor (Counters *counters) | |
![]() | |
CountersVisitor (Counters *counters) | |
void | Start () |
Counters * | counters () |
Protected Member Functions | |
void | VisitStatsCounters () final |
void | VisitHistogram (Histogram *histogram, const char *caption) final |
![]() | |
virtual void | VisitHistograms () |
virtual void | VisitStatsCounter (StatsCounter *counter, const char *caption) |
virtual void | Visit (Histogram *histogram, const char *caption, int min, int max, int num_buckets) |
virtual void | Visit (TimedHistogram *histogram, const char *caption, int max, TimedHistogramResolution res) |
virtual void | Visit (NestedTimedHistogram *histogram, const char *caption, int max, TimedHistogramResolution res) |
virtual void | Visit (AggregatableHistogramTimer *histogram, const char *caption) |
virtual void | Visit (PercentageHistogram *histogram, const char *caption) |
virtual void | Visit (LegacyMemoryHistogram *histogram, const char *caption) |
virtual void | Visit (StatsCounter *counter, const char *caption) |
Definition at line 760 of file counters.h.
|
inlineexplicit |
Definition at line 706 of file counters.h.
|
finalprotectedvirtual |
Reimplemented from v8::internal::CountersVisitor.
Definition at line 180 of file counters.cc.
|
inlinefinalprotectedvirtual |
Reimplemented from v8::internal::CountersVisitor.
Definition at line 765 of file counters.h.