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

Issue 118112: DevTools Profiler UI changes.... (Closed)

Created:
11 years, 6 months ago by mnaganov (inactive)
Modified:
9 years, 7 months ago
Reviewers:
pfeldman
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

DevTools Profiler UI changes. - filter our V8 natives; - display a notification that profile is being processed to avoid confusion; - do not display ".000" part when displaying time. BUG=none TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=17399

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+75 lines, -13 lines) Patch
M webkit/glue/devtools/js/debugger_agent.js View 1 chunk +16 lines, -0 lines 0 comments Download
M webkit/glue/devtools/js/devtools.js View 9 chunks +31 lines, -11 lines 0 comments Download
M webkit/glue/devtools/js/profiler_processor.js View 3 chunks +28 lines, -2 lines 2 comments Download

Messages

Total messages: 3 (0 generated)
mnaganov (inactive)
11 years, 6 months ago (2009-06-02 09:22:13 UTC) #1
pfeldman
LGTM http://codereview.chromium.org/118112/diff/1/3 File webkit/glue/devtools/js/profiler_processor.js (right): http://codereview.chromium.org/118112/diff/1/3#newcode47 Line 47: devtools.profiler.JsProfile.JS_NATIVE_FUNC_RE.test(name) || Could you hide this behind ...
11 years, 6 months ago (2009-06-02 11:30:23 UTC) #2
mnaganov (inactive)
11 years, 6 months ago (2009-06-02 11:44:43 UTC) #3
http://codereview.chromium.org/118112/diff/1/3
File webkit/glue/devtools/js/profiler_processor.js (right):

http://codereview.chromium.org/118112/diff/1/3#newcode47
Line 47: devtools.profiler.JsProfile.JS_NATIVE_FUNC_RE.test(name) ||
On 2009/06/02 11:30:24, pfeldman wrote:
> Could you hide this behind the flag / option at least for debugging purposes?
> (I'd like to be able to investigate what natives eat ticks some time later).

Added a comment that you need to comment out these two lines in order to profile
natives.

Powered by Google App Engine
This is Rietveld 408576698