Home
last modified time | relevance | path

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

/third_party/node/deps/v8/include/
Dv8-metrics.h108 struct WasmModuleCompiled { struct
109 bool async = false;
110 bool streamed = false;
111 bool cached = false;
112 bool deserialized = false;
113 bool lazy = false;
114 bool success = false;
115 size_t code_size_in_bytes = 0;
116 size_t liftoff_bailout_count = 0;
117 int64_t wall_clock_duration_in_us = -1;
[all …]