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

Issue 2984603002: Special-case Timeline.{start,finish}Sync for Fuchsia (Closed)

Created:
3 years, 5 months ago by zra
Modified:
3 years, 5 months ago
Reviewers:
rmacnak, konkers, siva
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Special-case Timeline.{start,finish}Sync for Fuchsia R=asiva@google.com Committed: https://github.com/dart-lang/sdk/commit/350ad3a4dc5f231b8f871e14052ee721ba676307

Patch Set 1 #

Patch Set 2 : . #

Total comments: 1

Patch Set 3 : Cleanup for working kDuration #

Total comments: 2

Patch Set 4 : Factor out platform-specific code #

Patch Set 5 : Fix build and some bugs #

Patch Set 6 : Fix test and format #

Patch Set 7 : Fix Android build #

Total comments: 4

Patch Set 8 : Address comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+948 lines, -348 lines) Patch
M runtime/lib/timeline.cc View 1 2 3 4 5 3 chunks +11 lines, -87 lines 0 comments Download
M runtime/vm/timeline.h View 1 2 3 4 5 6 chunks +110 lines, -44 lines 0 comments Download
M runtime/vm/timeline.cc View 1 2 3 4 5 6 chunks +109 lines, -213 lines 0 comments Download
A runtime/vm/timeline_android.cc View 1 2 3 4 5 6 7 1 chunk +161 lines, -0 lines 0 comments Download
A runtime/vm/timeline_fuchsia.cc View 1 2 3 4 5 6 7 1 chunk +207 lines, -0 lines 0 comments Download
A runtime/vm/timeline_linux.cc View 1 2 3 4 5 6 7 1 chunk +161 lines, -0 lines 0 comments Download
A runtime/vm/timeline_macos.cc View 1 2 3 4 5 6 7 1 chunk +87 lines, -0 lines 0 comments Download
M runtime/vm/timeline_test.cc View 1 2 3 4 5 3 chunks +10 lines, -4 lines 0 comments Download
A runtime/vm/timeline_win.cc View 1 2 3 4 5 6 7 1 chunk +87 lines, -0 lines 0 comments Download
M runtime/vm/vm_sources.gypi View 1 2 3 1 chunk +5 lines, -0 lines 0 comments Download

Messages

Total messages: 12 (4 generated)
konkers
Tesed and confirmed that the trace events labels are getting set in Fuchsia. https://codereview.chromium.org/2984603002/diff/20001/runtime/lib/timeline.cc File ...
3 years, 5 months ago (2017-07-19 22:11:20 UTC) #2
zra
PTAL
3 years, 5 months ago (2017-07-20 16:27:57 UTC) #4
siva
https://codereview.chromium.org/2984603002/diff/40001/runtime/lib/timeline.cc File runtime/lib/timeline.cc (right): https://codereview.chromium.org/2984603002/diff/40001/runtime/lib/timeline.cc#newcode145 runtime/lib/timeline.cc:145: #else Do you think we need a OS abstraction ...
3 years, 5 months ago (2017-07-20 16:36:31 UTC) #6
zra
https://codereview.chromium.org/2984603002/diff/40001/runtime/lib/timeline.cc File runtime/lib/timeline.cc (right): https://codereview.chromium.org/2984603002/diff/40001/runtime/lib/timeline.cc#newcode145 runtime/lib/timeline.cc:145: #else On 2017/07/20 16:36:31, siva wrote: > Do you ...
3 years, 5 months ago (2017-07-20 16:57:04 UTC) #7
zra
Factored out platform-specific code. PTAL.
3 years, 5 months ago (2017-07-20 22:51:39 UTC) #8
siva
lgtm https://codereview.chromium.org/2984603002/diff/120001/runtime/vm/timeline_android.cc File runtime/vm/timeline_android.cc (right): https://codereview.chromium.org/2984603002/diff/120001/runtime/vm/timeline_android.cc#newcode161 runtime/vm/timeline_android.cc:161: #endif // !PRODUCT // defined(HOST_OS_ANDROID) && !defined(PRODUCT) https://codereview.chromium.org/2984603002/diff/120001/runtime/vm/timeline_fuchsia.cc ...
3 years, 5 months ago (2017-07-21 00:29:52 UTC) #9
zra
https://codereview.chromium.org/2984603002/diff/120001/runtime/vm/timeline_android.cc File runtime/vm/timeline_android.cc (right): https://codereview.chromium.org/2984603002/diff/120001/runtime/vm/timeline_android.cc#newcode161 runtime/vm/timeline_android.cc:161: #endif // !PRODUCT On 2017/07/21 00:29:52, siva wrote: > ...
3 years, 5 months ago (2017-07-21 15:06:18 UTC) #10
zra
3 years, 5 months ago (2017-07-21 15:06:41 UTC) #12
Message was sent while issue was closed.
Committed patchset #8 (id:140001) manually as
350ad3a4dc5f231b8f871e14052ee721ba676307 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698