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

Public Member Functions

 TotalStats ()
 
- Public Member Functions inherited from v8::internal::CompilationStatistics::BasicStats
void Accumulate (const BasicStats &stats)
 
std::string AsJSON ()
 

Public Attributes

uint64_t source_size_
 
size_t count_
 
- Public Attributes inherited from v8::internal::CompilationStatistics::BasicStats
base::TimeDelta delta_
 
size_t total_allocated_bytes_ = 0
 
size_t max_allocated_bytes_ = 0
 
size_t absolute_max_allocated_bytes_ = 0
 
size_t input_graph_size_ = 0
 
size_t output_graph_size_ = 0
 
std::string function_name_
 

Detailed Description

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

Constructor & Destructor Documentation

◆ TotalStats()

v8::internal::CompilationStatistics::TotalStats::TotalStats ( )
inline

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

Member Data Documentation

◆ count_

size_t v8::internal::CompilationStatistics::TotalStats::count_

Definition at line 61 of file compilation-statistics.h.

◆ source_size_

uint64_t v8::internal::CompilationStatistics::TotalStats::source_size_

Definition at line 60 of file compilation-statistics.h.


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