v8
10.1.124 (node 18.2.0)
V8 is Google's open source JavaScript engine
|
#include <stddef.h>
#include <stdint.h>
#include <vector>
#include "v8-internal.h"
#include "v8-local-handle.h"
Go to the source code of this file.
Data Structures | |
struct | GarbageCollectionPhases |
struct | GarbageCollectionSizes |
struct | GarbageCollectionFullCycle |
struct | GarbageCollectionFullMainThreadIncrementalMark |
struct | GarbageCollectionFullMainThreadBatchedIncrementalMark |
struct | GarbageCollectionFullMainThreadIncrementalSweep |
struct | GarbageCollectionFullMainThreadBatchedIncrementalSweep |
struct | GarbageCollectionYoungCycle |
struct | WasmModuleDecoded |
struct | WasmModuleCompiled |
struct | WasmModuleInstantiated |
struct | WasmModuleTieredUp |
struct | WasmModulesPerIsolate |
class | Recorder |
class | Recorder::ContextId |
struct | LongTaskStats |
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 193 of file v8-metrics.h.
#define ADD_THREAD_SAFE_EVENT | ( | E | ) | virtual void AddThreadSafeEvent(const E& event) {} |
Definition at line 198 of file v8-metrics.h.
#define V8_MAIN_THREAD_METRICS_EVENTS | ( | V | ) |
Definition at line 127 of file v8-metrics.h.
Definition at line 139 of file v8-metrics.h.