Home | History | Annotate | Download | only in src

Lines Matching refs:TimerEvent

1089 void Logger::TimerEvent(StartEnd se, const char* name) {
1102 LOG(isolate, TimerEvent(START, TimerEventScope::v8_external));
1109 LOG(isolate, TimerEvent(END, TimerEventScope::v8_external));
1117 LOG(isolate, TimerEvent(static_cast<StartEnd>(se), name));