Node.js
v8.x
Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine
|
Data Structures | |
class | Agent |
class | InternalTraceBuffer |
class | NodeTraceBuffer |
class | NodeTraceWriter |
class | ScopedTracer |
class | TraceEventHelper |
class | TraceID |
class | TraceStringWithCopy |
union | TraceValueUnion |
Functions | |
INTERNAL_DECLARE_SET_TRACE_VALUE (const void *, as_pointer, TRACE_VALUE_TYPE_POINTER) INTERNAL_DECLARE_SET_TRACE_VALUE(const char * | |
TRACE_VALUE_TYPE_STRING | INTERNAL_DECLARE_SET_TRACE_VALUE (const TraceStringWithCopy &, as_string, TRACE_VALUE_TYPE_COPY_STRING) static inline void SetTraceValue(v8 |
Variables | |
v8::TracingController * | g_controller = nullptr |
const int | kZeroNumArgs = 0 |
decltype(nullptr) const | kGlobalScope = nullptr |
const uint64_t | kNoId = 0 |
intptr_t | kRuntimeCallStatsTracingEnabled |
as_string | |
node::tracing::INTERNAL_DECLARE_SET_TRACE_VALUE | ( | const void * | , |
as_pointer | , | ||
TRACE_VALUE_TYPE_POINTER | |||
) | const |
TRACE_VALUE_TYPE_STRING node::tracing::INTERNAL_DECLARE_SET_TRACE_VALUE | ( | const TraceStringWithCopy & | , |
as_string | , | ||
TRACE_VALUE_TYPE_COPY_STRING | |||
) |
Definition at line 451 of file trace_event.h.
References TRACE_EVENT_API_ADD_TRACE_EVENT, and TRACE_VALUE_TYPE_CONVERTABLE.
as_string |
Definition at line 449 of file trace_event.h.
v8::TracingController* g_controller = nullptr |
Definition at line 6 of file trace_event.cc.
Referenced by TraceEventHelper::GetTracingController().
Definition at line 255 of file trace_event.h.
const uint64_t kNoId = 0 |
Definition at line 256 of file trace_event.h.
intptr_t kRuntimeCallStatsTracingEnabled |
const int kZeroNumArgs = 0 |
Definition at line 254 of file trace_event.h.