Home
last modified time | relevance | path

Searched refs:VTUNERUNNING (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/third_party/vtune/
Dvtune-jit.h64 #define VTUNERUNNING (iJIT_IsProfilingActive() == iJIT_SAMPLING_ON) macro
Dvtune-jit.cc164 if (VTUNERUNNING && event != NULL) { in event_handler()