Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
v8::metrics::WasmModuleCompiled Struct Reference

#include <v8-metrics.h>

Public Member Functions

 WasmModuleCompiled ()=default
 
 WasmModuleCompiled (bool async, bool streamed, bool cached, bool deserialized, bool lazy, bool success, size_t code_size_in_bytes, size_t liftoff_bailout_count, int64_t wall_clock_duration_in_us)
 

Public Attributes

bool async = false
 
bool streamed = false
 
bool cached = false
 
bool deserialized = false
 
bool lazy = false
 
bool success = false
 
size_t code_size_in_bytes = 0
 
size_t liftoff_bailout_count = 0
 
int64_t wall_clock_duration_in_us = -1
 

Constructor & Destructor Documentation

◆ WasmModuleCompiled() [1/2]

v8::metrics::WasmModuleCompiled::WasmModuleCompiled ( )
default

◆ WasmModuleCompiled() [2/2]

v8::metrics::WasmModuleCompiled::WasmModuleCompiled ( bool  async,
bool  streamed,
bool  cached,
bool  deserialized,
bool  lazy,
bool  success,
size_t  code_size_in_bytes,
size_t  liftoff_bailout_count,
int64_t  wall_clock_duration_in_us 
)
inline

Member Data Documentation

◆ async

bool v8::metrics::WasmModuleCompiled::async = false

◆ cached

bool v8::metrics::WasmModuleCompiled::cached = false

◆ code_size_in_bytes

size_t v8::metrics::WasmModuleCompiled::code_size_in_bytes = 0

◆ deserialized

bool v8::metrics::WasmModuleCompiled::deserialized = false

◆ lazy

bool v8::metrics::WasmModuleCompiled::lazy = false

◆ liftoff_bailout_count

size_t v8::metrics::WasmModuleCompiled::liftoff_bailout_count = 0

◆ streamed

bool v8::metrics::WasmModuleCompiled::streamed = false

◆ success

bool v8::metrics::WasmModuleCompiled::success = false

◆ wall_clock_duration_in_us

int64_t v8::metrics::WasmModuleCompiled::wall_clock_duration_in_us = -1

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