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

Issue 1386263002: Add support to timeline for begin and end events (Closed)

Created:
5 years, 2 months ago by Cutch
Modified:
5 years, 2 months ago
Reviewers:
rmacnak
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Base URL:
git@github.com:dart-lang/sdk.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Add support to timeline for begin and end events - Add support for begin and end even kinds. - Update TimelineAnalysis to properly account for begin and end events as well as duration events. - Add unit test for analysis of timelines with begin and end events. R=rmacnak@google.com Committed: https://github.com/dart-lang/sdk/commit/979b7868ca905e581d5f7a68891f3e83f0a81aad

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Total comments: 4

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+444 lines, -48 lines) Patch
M runtime/vm/timeline.h View 3 chunks +48 lines, -13 lines 0 comments Download
M runtime/vm/timeline.cc View 2 chunks +22 lines, -0 lines 0 comments Download
M runtime/vm/timeline_analysis.h View 1 2 2 chunks +11 lines, -1 line 0 comments Download
M runtime/vm/timeline_analysis.cc View 1 2 3 6 chunks +131 lines, -34 lines 0 comments Download
M runtime/vm/timeline_test.cc View 1 2 3 2 chunks +232 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (1 generated)
Cutch
5 years, 2 months ago (2015-10-06 22:26:45 UTC) #2
rmacnak
https://codereview.chromium.org/1386263002/diff/40001/runtime/vm/timeline_analysis.cc File runtime/vm/timeline_analysis.cc (right): https://codereview.chromium.org/1386263002/diff/40001/runtime/vm/timeline_analysis.cc#newcode350 runtime/vm/timeline_analysis.cc:350: if (!event->IsFinishedDuration() && !event->IsBeginOrEnd()) { Would be clearer as ...
5 years, 2 months ago (2015-10-07 16:49:40 UTC) #3
Cutch
https://codereview.chromium.org/1386263002/diff/40001/runtime/vm/timeline_analysis.cc File runtime/vm/timeline_analysis.cc (right): https://codereview.chromium.org/1386263002/diff/40001/runtime/vm/timeline_analysis.cc#newcode350 runtime/vm/timeline_analysis.cc:350: if (!event->IsFinishedDuration() && !event->IsBeginOrEnd()) { On 2015/10/07 16:49:40, rmacnak ...
5 years, 2 months ago (2015-10-07 16:59:02 UTC) #4
rmacnak
lgtm
5 years, 2 months ago (2015-10-07 17:00:45 UTC) #5
Cutch
5 years, 2 months ago (2015-10-07 21:11:48 UTC) #6
Message was sent while issue was closed.
Committed patchset #4 (id:60001) manually as
979b7868ca905e581d5f7a68891f3e83f0a81aad (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698