v8 12.4.254 (node 22.4.1)
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"
#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) virtual void AddMainThreadEvent(const E&, ContextId) {} |
#define | ADD_THREAD_SAFE_EVENT(E) virtual void AddThreadSafeEvent(const E&) {} |
#define ADD_MAIN_THREAD_EVENT | ( | E | ) | virtual void AddMainThreadEvent(const E&, ContextId) {} |
Definition at line 200 of file v8-metrics.h.
#define ADD_THREAD_SAFE_EVENT | ( | E | ) | virtual void AddThreadSafeEvent(const E&) {} |
Definition at line 219 of file v8-metrics.h.