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

#include <runtime-call-stats.h>

Collaboration diagram for v8::internal::RuntimeCallStats:

Public Types

enum  ThreadType { kMainIsolateThread , kWorkerThread }
 

Public Member Functions

V8_EXPORT_PRIVATE RuntimeCallStats (ThreadType thread_type)
 

Detailed Description

Definition at line 816 of file runtime-call-stats.h.

Member Enumeration Documentation

◆ ThreadType

Enumerator
kMainIsolateThread 
kWorkerThread 

Definition at line 818 of file runtime-call-stats.h.

Constructor & Destructor Documentation

◆ RuntimeCallStats()

V8_EXPORT_PRIVATE v8::internal::RuntimeCallStats::RuntimeCallStats ( ThreadType thread_type)
inlineexplicit

Definition at line 819 of file runtime-call-stats.h.


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