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

#include <pipeline-statistics.h>

Collaboration diagram for v8::internal::compiler::PipelineStatisticsBase::CommonStats:

Public Member Functions

 CommonStats ()
 
 CommonStats (const CommonStats &)=delete
 
CommonStatsoperator= (const CommonStats &)=delete
 
void Begin (PipelineStatisticsBase *pipeline_stats)
 
void End (PipelineStatisticsBase *pipeline_stats, CompilationStatistics::BasicStats *diff)
 

Public Attributes

std::unique_ptr< ZoneStats::StatsScopescope_
 
base::ElapsedTimer timer_
 
size_t outer_zone_initial_size_
 
size_t allocated_bytes_at_start_
 
size_t graph_size_at_start_ = 0
 

Detailed Description

Definition at line 45 of file pipeline-statistics.h.

Constructor & Destructor Documentation

◆ CommonStats() [1/2]

v8::internal::compiler::PipelineStatisticsBase::CommonStats::CommonStats ( )
inline

Definition at line 47 of file pipeline-statistics.h.

◆ CommonStats() [2/2]

v8::internal::compiler::PipelineStatisticsBase::CommonStats::CommonStats ( const CommonStats & )
delete

Member Function Documentation

◆ Begin()

void v8::internal::compiler::PipelineStatisticsBase::CommonStats::Begin ( PipelineStatisticsBase * pipeline_stats)

Definition at line 18 of file pipeline-statistics.cc.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ End()

void v8::internal::compiler::PipelineStatisticsBase::CommonStats::End ( PipelineStatisticsBase * pipeline_stats,
CompilationStatistics::BasicStats * diff )

Definition at line 39 of file pipeline-statistics.cc.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ operator=()

CommonStats & v8::internal::compiler::PipelineStatisticsBase::CommonStats::operator= ( const CommonStats & )
delete

Member Data Documentation

◆ allocated_bytes_at_start_

size_t v8::internal::compiler::PipelineStatisticsBase::CommonStats::allocated_bytes_at_start_

Definition at line 58 of file pipeline-statistics.h.

◆ graph_size_at_start_

size_t v8::internal::compiler::PipelineStatisticsBase::CommonStats::graph_size_at_start_ = 0

Definition at line 59 of file pipeline-statistics.h.

◆ outer_zone_initial_size_

size_t v8::internal::compiler::PipelineStatisticsBase::CommonStats::outer_zone_initial_size_

Definition at line 57 of file pipeline-statistics.h.

◆ scope_

std::unique_ptr<ZoneStats::StatsScope> v8::internal::compiler::PipelineStatisticsBase::CommonStats::scope_

Definition at line 55 of file pipeline-statistics.h.

◆ timer_

base::ElapsedTimer v8::internal::compiler::PipelineStatisticsBase::CommonStats::timer_

Definition at line 56 of file pipeline-statistics.h.


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