v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
cppgc::internal::MetricRecorder::GCCycle::Sizes Struct Reference

#include <metric-recorder.h>

Collaboration diagram for cppgc::internal::MetricRecorder::GCCycle::Sizes:

Public Attributes

int64_t before_bytes = -1
 
int64_t after_bytes = -1
 
int64_t freed_bytes = -1
 

Detailed Description

Definition at line 33 of file metric-recorder.h.

Member Data Documentation

◆ after_bytes

int64_t cppgc::internal::MetricRecorder::GCCycle::Sizes::after_bytes = -1

Definition at line 35 of file metric-recorder.h.

◆ before_bytes

int64_t cppgc::internal::MetricRecorder::GCCycle::Sizes::before_bytes = -1

Definition at line 34 of file metric-recorder.h.

◆ freed_bytes

int64_t cppgc::internal::MetricRecorder::GCCycle::Sizes::freed_bytes = -1

Definition at line 36 of file metric-recorder.h.


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