v8
9.0.257(node16.0.0)
V8 is Google's open source JavaScript engine
|
#include "v8.h"
Go to the source code of this file.
Data Structures | |
struct | GarbageCollectionPhases |
struct | GarbageCollectionSizes |
struct | GarbageCollectionFullCycle |
struct | GarbageCollectionFullMainThreadIncrementalMark |
struct | GarbageCollectionFullMainThreadIncrementalSweep |
struct | GarbageCollectionYoungCycle |
struct | WasmModuleDecoded |
struct | WasmModuleCompiled |
struct | WasmModuleInstantiated |
struct | WasmModuleTieredUp |
struct | WasmModulesPerIsolate |
class | Recorder |
class | Recorder::ContextId |
Namespaces | |
v8 | |
v8::metrics | |
Macros | |
#define | V8_MAIN_THREAD_METRICS_EVENTS(V) |
#define | V8_THREAD_SAFE_METRICS_EVENTS(V) V(WasmModulesPerIsolate) |
#define | ADD_MAIN_THREAD_EVENT(E) virtual void AddMainThreadEvent(const E& event, ContextId context_id) {} |
#define | ADD_THREAD_SAFE_EVENT(E) virtual void AddThreadSafeEvent(const E& event) {} |
#define ADD_MAIN_THREAD_EVENT | ( | E | ) | virtual void AddMainThreadEvent(const E& event, ContextId context_id) {} |
Definition at line 167 of file v8-metrics.h.
#define ADD_THREAD_SAFE_EVENT | ( | E | ) | virtual void AddThreadSafeEvent(const E& event) {} |
Definition at line 172 of file v8-metrics.h.
#define V8_MAIN_THREAD_METRICS_EVENTS | ( | V | ) |
Definition at line 103 of file v8-metrics.h.
Definition at line 113 of file v8-metrics.h.