v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
statistics-extension.cc File Reference
Include dependency graph for statistics-extension.cc:

Go to the source code of this file.

Namespaces

namespace  v8
 
namespace  v8::internal
 

Macros

#define ADD_COUNTER(name, caption)
 

Functions

static void v8::internal::AddCounter (v8::Isolate *isolate, v8::Local< v8::Object > object, StatsCounter *counter, const char *name)
 
static void v8::internal::AddNumber (v8::Isolate *isolate, v8::Local< v8::Object > object, double value, const char *name)
 
static void v8::internal::AddNumber64 (v8::Isolate *isolate, v8::Local< v8::Object > object, int64_t value, const char *name)
 

Macro Definition Documentation

◆ ADD_COUNTER

#define ADD_COUNTER ( name,
caption )
Value:
{counters->name(), #name},