v8 12.4.254 (node 22.4.1)
V8 is Google's open source JavaScript engine
Loading...
Searching...
No Matches
v8-metrics.h File Reference
#include <stddef.h>
#include <stdint.h>
#include <vector>
#include "v8-internal.h"
#include "v8-local-handle.h"
#include "v8config.h"
Include dependency graph for v8-metrics.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&) {}
 

Typedefs

using GarbageCollectionFullMainThreadBatchedIncrementalMark = GarbageCollectionBatchedEvents< GarbageCollectionFullMainThreadIncrementalMark >
 
using GarbageCollectionFullMainThreadBatchedIncrementalSweep = GarbageCollectionBatchedEvents< GarbageCollectionFullMainThreadIncrementalSweep >
 

Macro Definition Documentation

◆ ADD_MAIN_THREAD_EVENT

#define ADD_MAIN_THREAD_EVENT (   E)     virtual void AddMainThreadEvent(const E&, ContextId) {}

Definition at line 200 of file v8-metrics.h.

◆ ADD_THREAD_SAFE_EVENT

#define ADD_THREAD_SAFE_EVENT (   E)     virtual void AddThreadSafeEvent(const E&) {}

Definition at line 219 of file v8-metrics.h.