v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::CountersInitializer Class Reference

#include <counters.h>

Inheritance diagram for v8::internal::CountersInitializer:
Collaboration diagram for v8::internal::CountersInitializer:

Public Member Functions

 CountersVisitor (Counters *counters)
 
- Public Member Functions inherited from v8::internal::CountersVisitor
 CountersVisitor (Counters *counters)
 
void Start ()
 
Counterscounters ()
 

Protected Member Functions

void Visit (Histogram *histogram, const char *caption, int min, int max, int num_buckets) final
 
void Visit (TimedHistogram *histogram, const char *caption, int max, TimedHistogramResolution res) final
 
void Visit (NestedTimedHistogram *histogram, const char *caption, int max, TimedHistogramResolution res) final
 
void Visit (AggregatableHistogramTimer *histogram, const char *caption) final
 
void Visit (PercentageHistogram *histogram, const char *caption) final
 
void Visit (LegacyMemoryHistogram *histogram, const char *caption) final
 
void Visit (StatsCounter *counter, const char *caption) final
 
- Protected Member Functions inherited from v8::internal::CountersVisitor
virtual void VisitHistograms ()
 
virtual void VisitStatsCounters ()
 
virtual void VisitHistogram (Histogram *histogram, const char *caption)
 
virtual void VisitStatsCounter (StatsCounter *counter, const char *caption)
 

Detailed Description

Definition at line 734 of file counters.h.

Member Function Documentation

◆ CountersVisitor()

v8::internal::CountersVisitor::CountersVisitor ( Counters * counters)
inlineexplicit

Definition at line 706 of file counters.h.

◆ Visit() [1/7]

void v8::internal::CountersInitializer::Visit ( AggregatableHistogramTimer * histogram,
const char * caption )
finalprotectedvirtual

Reimplemented from v8::internal::CountersVisitor.

Definition at line 147 of file counters.cc.

Here is the call graph for this function:

◆ Visit() [2/7]

void v8::internal::CountersInitializer::Visit ( Histogram * histogram,
const char * caption,
int min,
int max,
int num_buckets )
finalprotectedvirtual

Reimplemented from v8::internal::CountersVisitor.

Definition at line 113 of file counters.cc.

Here is the call graph for this function:

◆ Visit() [3/7]

void v8::internal::CountersInitializer::Visit ( LegacyMemoryHistogram * histogram,
const char * caption )
finalprotectedvirtual

Reimplemented from v8::internal::CountersVisitor.

Definition at line 123 of file counters.cc.

Here is the call graph for this function:

◆ Visit() [4/7]

void v8::internal::CountersInitializer::Visit ( NestedTimedHistogram * histogram,
const char * caption,
int max,
TimedHistogramResolution res )
finalprotectedvirtual

Reimplemented from v8::internal::CountersVisitor.

Definition at line 140 of file counters.cc.

Here is the call graph for this function:

◆ Visit() [5/7]

void v8::internal::CountersInitializer::Visit ( PercentageHistogram * histogram,
const char * caption )
finalprotectedvirtual

Reimplemented from v8::internal::CountersVisitor.

Definition at line 118 of file counters.cc.

Here is the call graph for this function:

◆ Visit() [6/7]

void v8::internal::CountersInitializer::Visit ( StatsCounter * counter,
const char * caption )
finalprotectedvirtual

Reimplemented from v8::internal::CountersVisitor.

Definition at line 153 of file counters.cc.

Here is the call graph for this function:

◆ Visit() [7/7]

void v8::internal::CountersInitializer::Visit ( TimedHistogram * histogram,
const char * caption,
int max,
TimedHistogramResolution res )
finalprotectedvirtual

Reimplemented from v8::internal::CountersVisitor.

Definition at line 134 of file counters.cc.

Here is the call graph for this function:

The documentation for this class was generated from the following files: