v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::CpuProfilingResult Struct Reference

#include <v8-profiler.h>

Collaboration diagram for v8::CpuProfilingResult:

Public Attributes

const ProfilerId id
 
const CpuProfilingStatus status
 

Detailed Description

Result from StartProfiling returning the Profiling Status, and id of the started profiler, or 0 if profiler is not started

Definition at line 330 of file v8-profiler.h.

Member Data Documentation

◆ id

const ProfilerId v8::CpuProfilingResult::id

Definition at line 331 of file v8-profiler.h.

◆ status

const CpuProfilingStatus v8::CpuProfilingResult::status

Definition at line 332 of file v8-profiler.h.


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