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