Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(311)

Unified Diff: src/tracing/trace-event.cc

Issue 2233993002: Remove TRACE_EVENT_FLAG_COPY in runtime call stats tracing. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: update Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/tracing/trace-event.cc
diff --git a/src/tracing/trace-event.cc b/src/tracing/trace-event.cc
index 3e0a0fab210114c667b43944bb0f026888f1f26d..7fda7baae5d4a6905a08ed5da294032769595789 100644
--- a/src/tracing/trace-event.cc
+++ b/src/tracing/trace-event.cc
@@ -26,8 +26,8 @@ void CallStatsScopedTracer::AddEndTraceEvent() {
v8::internal::tracing::AddTraceEvent(
TRACE_EVENT_PHASE_END, p_data_->category_group_enabled, p_data_->name,
v8::internal::tracing::kGlobalScope, v8::internal::tracing::kNoId,
- v8::internal::tracing::kNoId, TRACE_EVENT_FLAG_COPY,
- "runtime-call-stat",
+ v8::internal::tracing::kNoId, TRACE_EVENT_FLAG_NONE,
+ "runtime-call-stats",
TRACE_STR_COPY(p_data_->isolate->trace_event_stats_table()->Dump()));
} else {
v8::internal::tracing::AddTraceEvent(
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698