|
|
Created:
6 years, 2 months ago by haraken Modified:
6 years, 2 months ago CC:
blink-reviews, haraken, kouhei+heap_chromium.org, Mads Ager (chromium), mkwst+moarreviews_chromium.org Base URL:
svn://svn.chromium.org/blink/trunk Project:
blink Visibility:
Public. |
DescriptionOilpan: Add more trace events to platform/heap/
I want to keep track of time spent in the methods.
BUG=420515
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=183529
Patch Set 1 #
Total comments: 2
Patch Set 2 : #Messages
Total messages: 19 (8 generated)
haraken@chromium.org changed reviewers: + oilpan-reviews@chromium.org
PTAL
haraken@chromium.org changed reviewers: + keishi@chromium.org
keishi@: PTAL
sigbjornf@opera.com changed reviewers: + sigbjornf@opera.com
lgtm https://codereview.chromium.org/646553005/diff/1/Source/platform/heap/Handle.h File Source/platform/heap/Handle.h (right): https://codereview.chromium.org/646553005/diff/1/Source/platform/heap/Handle.... Source/platform/heap/Handle.h:289: TRACE_EVENT0("blink_gc", "WrapperPersistentRegion::trace"); TRACE_EVENT0() will always be in scope?
https://codereview.chromium.org/646553005/diff/1/Source/platform/heap/Handle.h File Source/platform/heap/Handle.h (right): https://codereview.chromium.org/646553005/diff/1/Source/platform/heap/Handle.... Source/platform/heap/Handle.h:289: TRACE_EVENT0("blink_gc", "WrapperPersistentRegion::trace"); On 2014/10/10 07:21:19, sof wrote: > TRACE_EVENT0() will always be in scope? Not always. If the TRACE_EVENT0 measures the time spent in one method, we don't add a scope for the TRACE_EVENT0.
The CQ bit was checked by haraken@chromium.org
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/646553005/1
The CQ bit was unchecked by commit-bot@chromium.org
Try jobs failed on following builders: mac_blink_rel on tryserver.blink (http://build.chromium.org/p/tryserver.blink/builders/mac_blink_rel/builds/26595)
On 2014/10/10 07:27:43, haraken wrote: > https://codereview.chromium.org/646553005/diff/1/Source/platform/heap/Handle.h > File Source/platform/heap/Handle.h (right): > > https://codereview.chromium.org/646553005/diff/1/Source/platform/heap/Handle.... > Source/platform/heap/Handle.h:289: TRACE_EVENT0("blink_gc", > "WrapperPersistentRegion::trace"); > On 2014/10/10 07:21:19, sof wrote: > > TRACE_EVENT0() will always be in scope? > > Not always. If the TRACE_EVENT0 measures the time spent in one method, we don't > add a scope for the TRACE_EVENT0. Ah, my definition of "scope" was of the more prosaic kind (is TraceEvent.h always in scope?) :)
The CQ bit was checked by keishi@chromium.org
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/646553005/1
The CQ bit was unchecked by commit-bot@chromium.org
Try jobs failed on following builders: mac_blink_compile_dbg on tryserver.blink (http://build.chromium.org/p/tryserver.blink/builders/mac_blink_compile_dbg/bu...) mac_blink_rel on tryserver.blink (http://build.chromium.org/p/tryserver.blink/builders/mac_blink_rel/builds/26601)
The CQ bit was checked by haraken@chromium.org
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/646553005/220002
Message was sent while issue was closed.
Committed patchset #2 (id:220002) as 183529 |