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

Issue 137483010: Add more timing information in the VM to track time spent is dart code Vs native code. (Closed)

Created:
6 years, 10 months ago by siva
Modified:
6 years, 10 months ago
Reviewers:
turnidge, Cutch
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

Add more timing information in the VM to track time spent is dart code Vs native code. R=johnmccutchan@google.com, turnidge@google.com Committed: https://code.google.com/p/dart/source/detail?r=32930

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Patch Set 5 : #

Total comments: 4

Patch Set 6 : #

Patch Set 7 : #

Patch Set 8 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+308 lines, -149 lines) Patch
M runtime/lib/bool.cc View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M runtime/lib/integers.cc View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M runtime/lib/isolate.cc View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M runtime/lib/string.cc View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M runtime/vm/benchmark_test.cc View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M runtime/vm/code_descriptors_test.cc View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
M runtime/vm/compiler.cc View 1 2 3 4 5 3 chunks +5 lines, -4 lines 0 comments Download
M runtime/vm/compiler_test.cc View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M runtime/vm/dart.cc View 1 2 3 4 5 3 chunks +3 lines, -1 line 0 comments Download
M runtime/vm/dart_api_impl.h View 1 2 3 4 5 2 chunks +4 lines, -1 line 0 comments Download
M runtime/vm/dart_api_impl.cc View 1 2 3 4 5 12 chunks +15 lines, -13 lines 0 comments Download
M runtime/vm/dart_api_impl_test.cc View 1 2 3 4 5 21 chunks +10 lines, -25 lines 0 comments Download
M runtime/vm/dart_entry.cc View 1 2 3 4 5 2 chunks +15 lines, -12 lines 0 comments Download
M runtime/vm/debugger_api_impl.cc View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M runtime/vm/exceptions.cc View 1 2 3 4 5 2 chunks +7 lines, -0 lines 0 comments Download
M runtime/vm/isolate.cc View 1 2 3 4 5 2 chunks +1 line, -3 lines 0 comments Download
M runtime/vm/native_entry.h View 1 2 3 4 5 2 chunks +3 lines, -1 line 0 comments Download
M runtime/vm/native_entry.cc View 1 2 3 4 5 3 chunks +8 lines, -2 lines 0 comments Download
M runtime/vm/object.cc View 1 2 3 4 5 3 chunks +7 lines, -6 lines 0 comments Download
M runtime/vm/parser.cc View 1 2 3 4 5 4 chunks +8 lines, -4 lines 0 comments Download
M runtime/vm/runtime_entry.h View 1 2 3 4 5 2 chunks +2 lines, -0 lines 0 comments Download
M runtime/vm/service.cc View 1 2 3 4 5 1 chunk +6 lines, -3 lines 0 comments Download
M runtime/vm/service_test.cc View 1 2 3 4 5 25 chunks +30 lines, -24 lines 0 comments Download
M runtime/vm/snapshot_test.cc View 1 2 3 4 5 6 chunks +6 lines, -6 lines 0 comments Download
M runtime/vm/timer.h View 1 2 3 4 5 3 chunks +8 lines, -43 lines 0 comments Download
M runtime/vm/timer.cc View 1 2 3 4 5 2 chunks +12 lines, -1 line 0 comments Download
A runtime/vm/timer_scope.h View 1 2 3 4 5 6 7 1 chunk +144 lines, -0 lines 0 comments Download
M runtime/vm/unit_test.h View 1 2 3 4 5 5 chunks +5 lines, -0 lines 0 comments Download
M runtime/vm/vm_sources.gypi View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
siva
6 years, 10 months ago (2014-02-06 17:00:14 UTC) #1
turnidge
https://codereview.chromium.org/137483010/diff/190003/runtime/vm/dart_api_impl.h File runtime/vm/dart_api_impl.h (right): https://codereview.chromium.org/137483010/diff/190003/runtime/vm/dart_api_impl.h#newcode297 runtime/vm/dart_api_impl.h:297: } Is it ever the case that neither timer ...
6 years, 10 months ago (2014-02-11 21:24:33 UTC) #2
turnidge
lgtm
6 years, 10 months ago (2014-02-11 21:53:14 UTC) #3
siva
Addressed comments, PTAL. https://codereview.chromium.org/137483010/diff/190003/runtime/vm/dart_api_impl.h File runtime/vm/dart_api_impl.h (right): https://codereview.chromium.org/137483010/diff/190003/runtime/vm/dart_api_impl.h#newcode297 runtime/vm/dart_api_impl.h:297: } Changed the code to have ...
6 years, 10 months ago (2014-02-19 22:38:29 UTC) #4
siva
6 years, 10 months ago (2014-02-19 22:40:44 UTC) #5
Cutch
lgtm
6 years, 10 months ago (2014-02-21 21:17:49 UTC) #6
siva
6 years, 10 months ago (2014-02-21 21:30:44 UTC) #7
Message was sent while issue was closed.
Committed patchset #8 manually as r32930 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698