v8 12.4.254 (node 22.4.1)
V8 is Google's open source JavaScript engine
Loading...
Searching...
No Matches
WasmModuleInstantiated Struct Reference

#include <v8-metrics.h>

Data Fields

bool async = false
 
bool success = false
 
size_t imported_function_count = 0
 
int64_t wall_clock_duration_in_us = -1
 

Detailed Description

Definition at line 148 of file v8-metrics.h.

Field Documentation

◆ async

bool async = false

Definition at line 149 of file v8-metrics.h.

◆ imported_function_count

size_t imported_function_count = 0

Definition at line 151 of file v8-metrics.h.

◆ success

bool success = false

Definition at line 150 of file v8-metrics.h.

◆ wall_clock_duration_in_us

int64_t wall_clock_duration_in_us = -1

Definition at line 152 of file v8-metrics.h.


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