Home
last modified time | relevance | path

Searched refs:TraceEventScope (Results 1 – 3 of 3) sorted by relevance

/third_party/node/src/
Dnode_internals.h365 class TraceEventScope {
367 TraceEventScope(const char* category, in TraceEventScope() function
372 ~TraceEventScope() { in ~TraceEventScope()
Denv.cc650 TraceEventScope trace_scope(TRACING_CATEGORY_NODE1(environment), in RunCleanup()
694 TraceEventScope trace_scope(TRACING_CATEGORY_NODE1(environment), in RunAtExitCallbacks()
721 TraceEventScope trace_scope(TRACING_CATEGORY_NODE1(environment), in RunAndClearNativeImmediates()
826 TraceEventScope trace_scope(TRACING_CATEGORY_NODE1(environment), in RunTimers()
888 TraceEventScope trace_scope(TRACING_CATEGORY_NODE1(environment), in CheckImmediate()
/third_party/node/src/api/
Dhooks.cc40 TraceEventScope trace_scope(TRACING_CATEGORY_NODE1(environment), in EmitProcessBeforeExit()