v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::metrics::GarbageCollectionBatchedEvents< EventType > Struct Template Reference

#include <v8-metrics.h>

Collaboration diagram for v8::metrics::GarbageCollectionBatchedEvents< EventType >:

Public Attributes

std::vector< EventType > events
 

Detailed Description

template<typename EventType>
struct v8::metrics::GarbageCollectionBatchedEvents< EventType >

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

Member Data Documentation

◆ events

template<typename EventType >
std::vector<EventType> v8::metrics::GarbageCollectionBatchedEvents< EventType >::events

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


The documentation for this struct was generated from the following file: