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

Issue 719853003: Add source line info for JS Profiler ticks to debug protocol. (Closed)

Created:
6 years, 1 month ago by Pan
Modified:
6 years, 1 month ago
Reviewers:
apavlov, yurys
CC:
blink-reviews, caseq+blink_chromium.org, loislo+blink_chromium.org, eustas+blink_chromium.org, malch+blink_chromium.org, yurys+blink_chromium.org, lushnikov+blink_chromium.org, vsevik+blink_chromium.org, pfeldman+blink_chromium.org, paulirish+reviews_chromium.org, apavlov+blink_chromium.org, devtools-reviews_chromium.org, sergeyv+blink_chromium.org, aandrey+blink_chromium.org, Denis Pravdin
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Project:
blink
Visibility:
Public.

Description

Add source line info for JS Profiler ticks to debug protocol. Contributed by Denis Pravdin <denis.pravdin@intel.com>; Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=185428

Patch Set 1 #

Total comments: 16

Patch Set 2 : #

Total comments: 2

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+34 lines, -1 line) Patch
M Source/core/inspector/ScriptProfile.cpp View 1 2 3 chunks +23 lines, -0 lines 0 comments Download
M Source/devtools/protocol.json View 1 2 2 chunks +11 lines, -1 line 0 comments Download

Messages

Total messages: 10 (3 generated)
Pan
@yurys, This is the follow up patch of https://codereview.chromium.org/682143003/, could you please have a look? ...
6 years, 1 month ago (2014-11-13 08:58:37 UTC) #2
apavlov
https://codereview.chromium.org/719853003/diff/1/Source/core/inspector/ScriptProfile.cpp File Source/core/inspector/ScriptProfile.cpp (right): https://codereview.chromium.org/719853003/diff/1/Source/core/inspector/ScriptProfile.cpp#newcode71 Source/core/inspector/ScriptProfile.cpp:71: if (lineCount) { We prefer early bail-outs (this saves ...
6 years, 1 month ago (2014-11-13 09:08:31 UTC) #4
Pan
thanks for the comments, PTAL. Pan https://codereview.chromium.org/719853003/diff/1/Source/core/inspector/ScriptProfile.cpp File Source/core/inspector/ScriptProfile.cpp (right): https://codereview.chromium.org/719853003/diff/1/Source/core/inspector/ScriptProfile.cpp#newcode71 Source/core/inspector/ScriptProfile.cpp:71: if (lineCount) { ...
6 years, 1 month ago (2014-11-17 01:14:22 UTC) #5
yurys
lgtm https://codereview.chromium.org/719853003/diff/20001/Source/devtools/protocol.json File Source/devtools/protocol.json (right): https://codereview.chromium.org/719853003/diff/20001/Source/devtools/protocol.json#newcode3651 Source/devtools/protocol.json:3651: { "name": "lineTicks", "type": "array", "items": { "$ref": ...
6 years, 1 month ago (2014-11-17 08:12:57 UTC) #6
Pan
https://codereview.chromium.org/719853003/diff/20001/Source/devtools/protocol.json File Source/devtools/protocol.json (right): https://codereview.chromium.org/719853003/diff/20001/Source/devtools/protocol.json#newcode3651 Source/devtools/protocol.json:3651: { "name": "lineTicks", "type": "array", "items": { "$ref": "LineTickInfo" ...
6 years, 1 month ago (2014-11-17 08:49:52 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/719853003/40001
6 years, 1 month ago (2014-11-17 08:51:14 UTC) #9
commit-bot: I haz the power
6 years, 1 month ago (2014-11-17 10:02:24 UTC) #10
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as 185428

Powered by Google App Engine
This is Rietveld 408576698