![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include "src/diagnostics/compilation-statistics.h"
#include <iomanip>
#include <ostream>
#include <vector>
#include "src/base/platform/platform.h"
Go to the source code of this file.
Namespaces | |
namespace | v8 |
namespace | v8::internal |
Macros | |
#define | DICT(s) |
#define | QUOTE(s) |
#define | MEMBER(s) |
Functions | |
static void | v8::internal::WriteLine (std::ostream &os, bool machine_format, const char *name, const char *compiler, const CompilationStatistics::BasicStats &stats, const CompilationStatistics::BasicStats &total_stats) |
static void | v8::internal::WriteFullLine (std::ostream &os) |
static void | v8::internal::WriteHeader (std::ostream &os, const char *compiler) |
static void | v8::internal::WritePhaseKindBreak (std::ostream &os) |
std::ostream & | v8::internal::operator<< (std::ostream &os, const AsPrintableStatistics &ps) |
#define DICT | ( | s | ) |
#define QUOTE | ( | s | ) |