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

#include <trace-event.h>

Collaboration diagram for v8::internal::tracing::ScopedTracer:

Classes

struct  Data
 

Public Member Functions

 ScopedTracer ()
 
 ~ScopedTracer ()
 
void Initialize (const uint8_t *category_group_enabled, const char *name, uint64_t event_handle)
 

Private Attributes

Datap_data_
 
Data data_
 

Detailed Description

Definition at line 563 of file trace-event.h.

Constructor & Destructor Documentation

◆ ScopedTracer()

v8::internal::tracing::ScopedTracer::ScopedTracer ( )
inline

Definition at line 566 of file trace-event.h.

◆ ~ScopedTracer()

v8::internal::tracing::ScopedTracer::~ScopedTracer ( )
inline

Definition at line 568 of file trace-event.h.

Here is the call graph for this function:

Member Function Documentation

◆ Initialize()

void v8::internal::tracing::ScopedTracer::Initialize ( const uint8_t * category_group_enabled,
const char * name,
uint64_t event_handle )
inline

Definition at line 576 of file trace-event.h.

Member Data Documentation

◆ data_

Data v8::internal::tracing::ScopedTracer::data_
private

Definition at line 596 of file trace-event.h.

◆ p_data_

Data* v8::internal::tracing::ScopedTracer::p_data_
private

Definition at line 595 of file trace-event.h.


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