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

Issue 2289593005: Introduce v8.execute tracing category with RunMicrotasks event. (Closed)

Created:
4 years, 3 months ago by alph
Modified:
4 years, 3 months ago
Reviewers:
caseq, Yang, adamk
CC:
v8-reviews_googlegroups.com
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

Introduce v8.execute tracing category with RunMicrotasks event. The event is used by DevTools to mark microtask execution intervals. To reduces the overhead the event is only emitted when there are microtasks to run. BUG=642228 Committed: https://crrev.com/607c2c329360f1c316994015fa6a4466f6595797 Cr-Commit-Position: refs/heads/master@{#39055}

Patch Set 1 #

Total comments: 2

Patch Set 2 : addressing comment #

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

Messages

Total messages: 19 (9 generated)
alph
4 years, 3 months ago (2016-08-30 02:30:15 UTC) #2
caseq
non-owner lgtm https://codereview.chromium.org/2289593005/diff/1/src/isolate.cc File src/isolate.cc (right): https://codereview.chromium.org/2289593005/diff/1/src/isolate.cc#newcode2961 src/isolate.cc:2961: TRACE_EVENT0("v8.execute", "RunMicrotasks"); let's move down to RunMicrotasksInternal?
4 years, 3 months ago (2016-08-30 16:16:14 UTC) #3
alph
https://codereview.chromium.org/2289593005/diff/1/src/isolate.cc File src/isolate.cc (right): https://codereview.chromium.org/2289593005/diff/1/src/isolate.cc#newcode2961 src/isolate.cc:2961: TRACE_EVENT0("v8.execute", "RunMicrotasks"); On 2016/08/30 16:16:14, caseq wrote: > let's ...
4 years, 3 months ago (2016-08-30 17:06:04 UTC) #4
alph
Adam, could you please take a look.
4 years, 3 months ago (2016-08-31 17:21:12 UTC) #10
adamk
Not all microtasks are scripting. One I can think of in Blink that's not is ...
4 years, 3 months ago (2016-08-31 18:27:37 UTC) #11
alph
On 2016/08/31 18:27:37, adamk wrote: > Not all microtasks are scripting. One I can think ...
4 years, 3 months ago (2016-08-31 18:59:04 UTC) #12
adamk
lgtm
4 years, 3 months ago (2016-08-31 19:07:33 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2289593005/20001
4 years, 3 months ago (2016-08-31 20:26:34 UTC) #16
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 3 months ago (2016-08-31 20:51:37 UTC) #17
commit-bot: I haz the power
4 years, 3 months ago (2016-08-31 20:52:17 UTC) #19
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/607c2c329360f1c316994015fa6a4466f6595797
Cr-Commit-Position: refs/heads/master@{#39055}

Powered by Google App Engine
This is Rietveld 408576698