Home
last modified time | relevance | path

Searched defs:WasmModuleCompiled (Results 1 – 1 of 1) sorted by relevance

/external/v8/include/
Dv8-metrics.h24 struct WasmModuleCompiled { struct
25 bool async = false;
26 bool streamed = false;
27 bool cached = false;
28 bool deserialized = false;
29 bool lazy = false;
30 bool success = false;
31 size_t code_size_in_bytes = 0;
32 size_t liftoff_bailout_count = 0;
33 int64_t wall_clock_time_in_us = -1;
[all …]