Go to the source code of this file.
◆ CALL_LISTENERS
#define CALL_LISTENERS |
( |
|
Call | ) |
|
Value:for (
int i = 0;
i < listeners_.length(); ++
i) { \
}
Definition at line 36 of file log.cc.
◆ DECLARE_EVENT
#define DECLARE_EVENT |
( |
|
ignore1, |
|
|
|
name |
|
) |
| name, |
◆ JIT_LOG
#define JIT_LOG |
( |
|
Call | ) |
if (jit_logger_) jit_logger_->Call; |
◆ LL_LOG
#define LL_LOG |
( |
|
Call | ) |
if (ll_logger_) ll_logger_->Call; |
◆ PROFILER_LOG
#define PROFILER_LOG |
( |
|
Call | ) |
|
Value: do { \
CpuProfiler* cpu_profiler = isolate_->cpu_profiler(); \
if (cpu_profiler->is_profiling()) { \
cpu_profiler->Call; \
} \
} while (false);
Definition at line 41 of file log.cc.
#define V |
( |
|
TimerName, |
|
|
|
expose |
|
) |
| |
Value: template void TimerEventScope<TimerEvent##TimerName>::LogTimerEvent( \
Logger::StartEnd se);
Definition at line 969 of file log.cc.