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

#include <log.h>

Collaboration diagram for v8::internal::TimerEventScope< TimerEvent >:

Public Member Functions

 TimerEventScope (Isolate *isolate)
 
 ~TimerEventScope ()
 

Private Member Functions

void LogTimerEvent (v8::LogEventStatus se)
 

Private Attributes

Isolateisolate_
 

Detailed Description

template<class TimerEvent>
class v8::internal::TimerEventScope< TimerEvent >

Definition at line 413 of file log.h.

Constructor & Destructor Documentation

◆ TimerEventScope()

template<class TimerEvent >
v8::internal::TimerEventScope< TimerEvent >::TimerEventScope ( Isolate * isolate)
inlineexplicit

Definition at line 415 of file log.h.

◆ ~TimerEventScope()

template<class TimerEvent >
v8::internal::TimerEventScope< TimerEvent >::~TimerEventScope ( )
inline

Definition at line 419 of file log.h.

Member Function Documentation

◆ LogTimerEvent()

template<class TimerEvent >
void v8::internal::TimerEventScope< TimerEvent >::LogTimerEvent ( v8::LogEventStatus se)
private

Definition at line 32 of file log-inl.h.

Here is the call graph for this function:

Member Data Documentation

◆ isolate_

template<class TimerEvent >
Isolate* v8::internal::TimerEventScope< TimerEvent >::isolate_
private

Definition at line 423 of file log.h.


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