#include <v8-metrics.h>
Definition at line 134 of file v8-metrics.h.
◆ 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 |
◆ 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: