![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
Public Member Functions | |
PhaseStats (size_t insert_order, const char *phase_kind_name) | |
![]() | |
OrderedStats (size_t insert_order) | |
![]() | |
void | Accumulate (const BasicStats &stats) |
std::string | AsJSON () |
Public Attributes | |
std::string | phase_kind_name_ |
![]() | |
size_t | insert_order_ |
![]() | |
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_ |
Definition at line 70 of file compilation-statistics.h.
|
inline |
Definition at line 72 of file compilation-statistics.h.
std::string v8::internal::CompilationStatistics::PhaseStats::phase_kind_name_ |
Definition at line 74 of file compilation-statistics.h.