summaryrefslogtreecommitdiff
path: root/src/3rdparty/v8/src/cpu-profiler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/3rdparty/v8/src/cpu-profiler.h')
-rw-r--r--src/3rdparty/v8/src/cpu-profiler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/3rdparty/v8/src/cpu-profiler.h b/src/3rdparty/v8/src/cpu-profiler.h
index 6e2e771..9cd4484 100644
--- a/src/3rdparty/v8/src/cpu-profiler.h
+++ b/src/3rdparty/v8/src/cpu-profiler.h
@@ -188,7 +188,7 @@ class ProfilerEventsProcessor : public Thread {
#define PROFILE(isolate, Call) \
- LOG(isolate, Call); \
+ LOG_CODE_EVENT(isolate, Call); \
do { \
if (v8::internal::CpuProfiler::is_profiling(isolate)) { \
v8::internal::CpuProfiler::Call; \