|  | v8
    V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++. | 
| Public Member Functions | |
| OrderedStats (size_t insert_order) | |
|  Public Member Functions inherited from v8::internal::CompilationStatistics::BasicStats | |
| void | Accumulate (const BasicStats &stats) | 
| std::string | AsJSON () | 
| Public Attributes | |
| 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 64 of file compilation-statistics.h.
| 
 | inlineexplicit | 
Definition at line 66 of file compilation-statistics.h.
| size_t v8::internal::CompilationStatistics::OrderedStats::insert_order_ | 
Definition at line 67 of file compilation-statistics.h.