![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
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_ |
Definition at line 57 of file compilation-statistics.h.
|
inline |
Definition at line 59 of file compilation-statistics.h.
| size_t v8::internal::CompilationStatistics::TotalStats::count_ |
Definition at line 61 of file compilation-statistics.h.
| uint64_t v8::internal::CompilationStatistics::TotalStats::source_size_ |
Definition at line 60 of file compilation-statistics.h.