![]() |
v8 13.6.233 (node 24.1.0)
V8 is Google's open source JavaScript engine
|
#include <stddef.h>#include <stdint.h>#include <optional>#include <vector>#include "v8-internal.h"#include "v8-isolate.h"#include "v8-local-handle.h"#include "v8config.h"
Go to the source code of this file.
Data Structures | |
| struct | GarbageCollectionPhases |
| struct | GarbageCollectionSizes |
| struct | GarbageCollectionFullCycle |
| struct | GarbageCollectionFullMainThreadIncrementalMark |
| struct | GarbageCollectionFullMainThreadIncrementalSweep |
| struct | GarbageCollectionBatchedEvents< EventType > |
| struct | GarbageCollectionYoungCycle |
| struct | WasmModuleDecoded |
| struct | WasmModuleCompiled |
| struct | WasmModuleInstantiated |
| struct | WasmModulesPerIsolate |
| class | Recorder |
| class | Recorder::ContextId |
| struct | LongTaskStats |
Namespaces | |
| namespace | v8 |
| namespace | v8::metrics |
Macros | |
| #define | ADD_MAIN_THREAD_EVENT(E) |
| #define | ADD_THREAD_SAFE_EVENT(E) |
Typedefs | |
| using | GarbageCollectionFullMainThreadBatchedIncrementalMark |
| using | GarbageCollectionFullMainThreadBatchedIncrementalSweep |
| #define ADD_MAIN_THREAD_EVENT | ( | E | ) |
Definition at line 214 of file v8-metrics.h.
| #define ADD_THREAD_SAFE_EVENT | ( | E | ) |
Definition at line 233 of file v8-metrics.h.