v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
compilation-statistics.cc File Reference
#include "src/diagnostics/compilation-statistics.h"
#include <iomanip>
#include <ostream>
#include <vector>
#include "src/base/platform/platform.h"
Include dependency graph for compilation-statistics.cc:

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)
 

Macro Definition Documentation

◆ DICT

#define DICT ( s)
Value:
"{" << s << "}"

◆ MEMBER

#define MEMBER ( s)
Value:
QUOTE(s) << ":"
#define QUOTE(s)

◆ QUOTE

#define QUOTE ( s)
Value:
"\"" << s << "\""