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

#include <v8-metrics.h>

Public Member Functions

 WasmModuleDecoded ()=default
 
 WasmModuleDecoded (bool async, bool streamed, bool success, size_t module_size_in_bytes, size_t function_count, int64_t wall_clock_duration_in_us)
 

Public Attributes

bool async = false
 
bool streamed = false
 
bool success = false
 
size_t module_size_in_bytes = 0
 
size_t function_count = 0
 
int64_t wall_clock_duration_in_us = -1
 

Constructor & Destructor Documentation

◆ WasmModuleDecoded() [1/2]

v8::metrics::WasmModuleDecoded::WasmModuleDecoded ( )
default

◆ WasmModuleDecoded() [2/2]

v8::metrics::WasmModuleDecoded::WasmModuleDecoded ( bool  async,
bool  streamed,
bool  success,
size_t  module_size_in_bytes,
size_t  function_count,
int64_t  wall_clock_duration_in_us 
)
inline

Member Data Documentation

◆ async

bool v8::metrics::WasmModuleDecoded::async = false

◆ function_count

size_t v8::metrics::WasmModuleDecoded::function_count = 0

◆ module_size_in_bytes

size_t v8::metrics::WasmModuleDecoded::module_size_in_bytes = 0

◆ streamed

bool v8::metrics::WasmModuleDecoded::streamed = false

◆ success

bool v8::metrics::WasmModuleDecoded::success = false

◆ wall_clock_duration_in_us

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

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