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

Issue 1833453004: Dramatically increase the performance of Observatory's profile UI (Closed)

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

Description

Dramatically increase the performance of Observatory's profile UI - Add new VirtualTree view model. Only renders visible tree rows and keeps DOM load light regardless of tree size. - Port Observatory profiler UI to new VirtualTree. - sra's dart2js stress test instantly displays with this CL Some trade offs: - We get instant tree expand / collapse but scrolling is slower / janky. Need to investigate how to make this fast. (short term) loss of functionality: - UI is minimal for now. We don't display the attribute boxes or the InfoBox button. R=rmacnak@google.com Committed: https://github.com/dart-lang/sdk/commit/bae39a100c6baf1d87f2ac237666bb8a4cef3261

Patch Set 1 #

Total comments: 4

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Patch Set 5 : #

Patch Set 6 : #

Patch Set 7 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+611 lines, -15 lines) Patch
M runtime/observatory/lib/app.dart View 1 chunk +1 line, -0 lines 0 comments Download
M runtime/observatory/lib/src/app/view_model.dart View 1 2 3 4 5 1 chunk +378 lines, -0 lines 0 comments Download
M runtime/observatory/lib/src/elements/cpu_profile.dart View 1 2 3 4 5 6 5 chunks +212 lines, -7 lines 0 comments Download
M runtime/observatory/lib/src/elements/cpu_profile.html View 1 2 chunks +15 lines, -6 lines 0 comments Download
M runtime/observatory/lib/src/elements/nav_bar.html View 1 2 3 4 5 6 3 chunks +5 lines, -2 lines 0 comments Download

Messages

Total messages: 11 (4 generated)
Cutch
4 years, 9 months ago (2016-03-24 22:00:32 UTC) #3
rmacnak
Can we restore the indented shadow box and default expansion of the first level? I ...
4 years, 9 months ago (2016-03-24 23:20:38 UTC) #4
Cutch
I've restored the auto expanding but not the indented shadow box (I'll explain offline why ...
4 years, 9 months ago (2016-03-25 03:04:08 UTC) #5
sra1
A problem with virtual views is that the browser's search does not work. I find ...
4 years, 9 months ago (2016-03-25 03:28:35 UTC) #7
Cutch
On 2016/03/25 03:28:35, sra1 wrote: > A problem with virtual views is that the browser's ...
4 years, 9 months ago (2016-03-25 13:42:45 UTC) #8
rmacnak
lgtm
4 years, 9 months ago (2016-03-25 20:40:03 UTC) #9
Cutch
4 years, 9 months ago (2016-03-25 22:02:48 UTC) #11
Message was sent while issue was closed.
Committed patchset #7 (id:120001) manually as
bae39a100c6baf1d87f2ac237666bb8a4cef3261 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698