|
V8 Project
|
#include <log.h>
Collaboration diagram for v8::internal::TimerEventScope< TimerEvent >:Public Member Functions | |
| TimerEventScope (Isolate *isolate) | |
| ~TimerEventScope () | |
| void | LogTimerEvent (Logger::StartEnd se) |
Private Attributes | |
| Isolate * | isolate_ |
|
inlineexplicit |
Definition at line 444 of file log.h.
References v8::internal::TimerEventScope< TimerEvent >::LogTimerEvent(), and v8::internal::Logger::START.
Here is the call graph for this function:
|
inline |
Definition at line 448 of file log.h.
References v8::internal::Logger::END, and v8::internal::TimerEventScope< TimerEvent >::LogTimerEvent().
Here is the call graph for this function:| void v8::internal::TimerEventScope< TimerEvent >::LogTimerEvent | ( | Logger::StartEnd | se | ) |
Definition at line 960 of file log.cc.
References v8::internal::Logger::DefaultTimerEventsLogger(), and name.
Referenced by v8::internal::TimerEventScope< TimerEvent >::TimerEventScope(), and v8::internal::TimerEventScope< TimerEvent >::~TimerEventScope().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |