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

Issue 1275113003: Endless thread safe timeline recorder (Closed)

Created:
5 years, 4 months ago by Cutch
Modified:
5 years, 4 months ago
Reviewers:
koda
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

Endless thread safe timeline recorder - Add a block based TimelineEventRecorder. - Cache a block in each Thread's state. - Locking is only done when allocating a new block. R=koda@google.com Committed: https://github.com/dart-lang/sdk/commit/4c9e8334c873d558c311140212934c87b69ae87c

Patch Set 1 #

Total comments: 8

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+204 lines, -9 lines) Patch
M runtime/vm/dart.cc View 2 chunks +9 lines, -3 lines 0 comments Download
M runtime/vm/thread.h View 1 2 3 3 chunks +10 lines, -0 lines 0 comments Download
M runtime/vm/timeline.h View 1 2 7 chunks +86 lines, -3 lines 0 comments Download
M runtime/vm/timeline.cc View 1 2 4 chunks +99 lines, -3 lines 0 comments Download

Messages

Total messages: 6 (1 generated)
Cutch
5 years, 4 months ago (2015-08-06 20:11:13 UTC) #2
koda
First round of comments. https://codereview.chromium.org/1275113003/diff/1/runtime/vm/thread.cc File runtime/vm/thread.cc (right): https://codereview.chromium.org/1275113003/diff/1/runtime/vm/thread.cc#newcode117 runtime/vm/thread.cc:117: // Thread doesn't have a ...
5 years, 4 months ago (2015-08-07 01:09:54 UTC) #3
Cutch
https://codereview.chromium.org/1275113003/diff/1/runtime/vm/thread.cc File runtime/vm/thread.cc (right): https://codereview.chromium.org/1275113003/diff/1/runtime/vm/thread.cc#newcode117 runtime/vm/thread.cc:117: // Thread doesn't have a timeline block or it ...
5 years, 4 months ago (2015-08-07 16:47:42 UTC) #4
koda
lgtm
5 years, 4 months ago (2015-08-07 17:29:29 UTC) #5
Cutch
5 years, 4 months ago (2015-08-07 17:55:18 UTC) #6
Message was sent while issue was closed.
Committed patchset #4 (id:60001) manually as
4c9e8334c873d558c311140212934c87b69ae87c (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698