Home
last modified time | relevance | path

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

/third_party/node/deps/v8/include/
Dv8-profiler.h332 struct CpuProfilingResult { struct
333 const ProfilerId id;
334 const CpuProfilingStatus status;
/third_party/node/deps/v8/src/profiler/
Dcpu-profiler.h339 using CpuProfilingResult = v8::CpuProfilingResult; variable