Home
last modified time | relevance | path

Searched refs:metrics_event_ (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/wasm/
Dmodule-compiler.cc2030 metrics_event_.async = true; in AsyncCompileJob()
2730 job_->metrics_event_.success = false; in FinishAsyncCompileJobWithError()
2731 job_->metrics_event_.streamed = true; in FinishAsyncCompileJobWithError()
2732 job_->metrics_event_.module_size_in_bytes = job_->wire_bytes_.length(); in FinishAsyncCompileJobWithError()
2733 job_->metrics_event_.function_count = num_functions_; in FinishAsyncCompileJobWithError()
2734 job_->metrics_event_.wall_clock_duration_in_us = duration.InMicroseconds(); in FinishAsyncCompileJobWithError()
2735 job_->isolate_->metrics_recorder()->DelayMainThreadEvent(job_->metrics_event_, in FinishAsyncCompileJobWithError()
2937 job_->metrics_event_.success = true; in OnFinishedStream()
2938 job_->metrics_event_.streamed = true; in OnFinishedStream()
2939 job_->metrics_event_.module_size_in_bytes = job_->wire_bytes_.length(); in OnFinishedStream()
[all …]
Dmodule-compiler.h230 v8::metrics::WasmModuleDecoded metrics_event_; variable