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

Issue 864453002: Remove bogus filter from runtime-profiler tracing.

Created:
5 years, 11 months ago by Michael Starzinger
Modified:
5 years, 11 months ago
Reviewers:
Jakob Kummerow
CC:
v8-dev
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

Remove bogus filter from runtime-profiler tracing. R=jkummerow@chromium.org

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -1 line) Patch
M src/runtime-profiler.cc View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 3 (0 generated)
Michael Starzinger
5 years, 11 months ago (2015-01-20 09:30:03 UTC) #1
Michael Starzinger
5 years, 11 months ago (2015-01-20 09:30:03 UTC) #2
Jakob Kummerow
5 years, 11 months ago (2015-01-20 09:36:59 UTC) #3
To summarize offline discussion: the reason for this check is to avoid excessive
tracing output. Without it, when a hot function is marked for optimization over
and over again, but doesn't pass the --hydrogen-filter, there are thousands of
lines of useless --trace-opt output, which is annoying.

That said, I don't feel strongly about it, and we can remove the filter if that
makes you happy.

Powered by Google App Engine
This is Rietveld 408576698