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

Issue 418433002: Profiler tweaks (Closed)

Created:
6 years, 5 months ago by Cutch
Modified:
6 years, 5 months ago
Reviewers:
siva
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

Profiler tweaks * Rename Script tag to Dart tag. * Respect ignore bit on samples. * Mark samples collected with an exit frame. * Don't give exclusive CPU ticks to top frame on samples collected from an exit frame (because CPU usage is in the native code we've called out to not the function waiting to return). R=asiva@google.com Committed: https://code.google.com/p/dart/source/detail?r=38522

Patch Set 1 #

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+66 lines, -48 lines) Patch
M runtime/vm/profiler.h View 1 3 chunks +14 lines, -0 lines 0 comments Download
M runtime/vm/profiler.cc View 1 3 chunks +8 lines, -4 lines 0 comments Download
M runtime/vm/simulator_arm.cc View 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/simulator_arm64.cc View 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/simulator_mips.cc View 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/stub_code_arm.cc View 8 chunks +8 lines, -8 lines 0 comments Download
M runtime/vm/stub_code_arm64.cc View 8 chunks +8 lines, -8 lines 0 comments Download
M runtime/vm/stub_code_ia32.cc View 8 chunks +8 lines, -8 lines 0 comments Download
M runtime/vm/stub_code_mips.cc View 8 chunks +8 lines, -8 lines 0 comments Download
M runtime/vm/stub_code_x64.cc View 8 chunks +8 lines, -8 lines 0 comments Download
M runtime/vm/tags.h View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 3 (0 generated)
Cutch
6 years, 5 months ago (2014-07-23 17:55:29 UTC) #1
siva
lgtm
6 years, 5 months ago (2014-07-23 20:44:46 UTC) #2
Cutch
6 years, 5 months ago (2014-07-23 21:09:32 UTC) #3
Message was sent while issue was closed.
Committed patchset #2 manually as r38522 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698