![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <compilation-statistics.h>
Public Member Functions | |
void | Accumulate (const BasicStats &stats) |
std::string | AsJSON () |
Public Attributes | |
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 33 of file compilation-statistics.h.
void v8::internal::CompilationStatistics::BasicStats::Accumulate | ( | const BasicStats & | stats | ) |
Definition at line 51 of file compilation-statistics.cc.
std::string v8::internal::CompilationStatistics::BasicStats::AsJSON | ( | ) |
Definition at line 63 of file compilation-statistics.cc.
size_t v8::internal::CompilationStatistics::BasicStats::absolute_max_allocated_bytes_ = 0 |
Definition at line 42 of file compilation-statistics.h.
base::TimeDelta v8::internal::CompilationStatistics::BasicStats::delta_ |
Definition at line 39 of file compilation-statistics.h.
std::string v8::internal::CompilationStatistics::BasicStats::function_name_ |
Definition at line 45 of file compilation-statistics.h.
size_t v8::internal::CompilationStatistics::BasicStats::input_graph_size_ = 0 |
Definition at line 43 of file compilation-statistics.h.
size_t v8::internal::CompilationStatistics::BasicStats::max_allocated_bytes_ = 0 |
Definition at line 41 of file compilation-statistics.h.
size_t v8::internal::CompilationStatistics::BasicStats::output_graph_size_ = 0 |
Definition at line 44 of file compilation-statistics.h.
size_t v8::internal::CompilationStatistics::BasicStats::total_allocated_bytes_ = 0 |
Definition at line 40 of file compilation-statistics.h.