|  | 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) | |
|  Public Member Functions inherited from v8::internal::CompilationStatistics::OrderedStats | |
| OrderedStats (size_t insert_order) | |
|  Public Member Functions inherited from v8::internal::CompilationStatistics::BasicStats | |
| void | Accumulate (const BasicStats &stats) | 
| std::string | AsJSON () | 
| Public Attributes | |
| std::string | phase_kind_name_ | 
|  Public Attributes inherited from v8::internal::CompilationStatistics::OrderedStats | |
| size_t | insert_order_ | 
|  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_ | 
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.