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

Issue 392743004: [not for review] Add Draw entries to window Performance Timeline

Created:
6 years, 5 months ago by Mike B
Modified:
6 years, 5 months ago
Reviewers:
CC:
blink-reviews, blink-reviews-bindings_chromium.org, arv+blink, Inactive, abarth-chromium
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Project:
blink
Visibility:
Public.

Description

[not for review] Add Draw entries to window Performance Timeline [not for review] Spec: http://www.w3.org/TR/performance-timeline/ "Entries" in the performance timeline can be extended by browser vendors. This CL is to create a type to use for recording timing events when a frame is drawn to the screen. This will be used to let app developers calculate their effective frames per second and time-to-frame events. BUG=120796 Reference cl: https://codereview.chromium.org/390193003/

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+139 lines, -50 lines) Patch
M Source/bindings/core/v8/custom/V8PerformanceEntryCustom.cpp View 2 chunks +5 lines, -0 lines 0 comments Download
M Source/core/core.gypi View 2 chunks +3 lines, -0 lines 0 comments Download
M Source/core/events/EventTypeNames.in View 1 chunk +1 line, -0 lines 0 comments Download
M Source/core/frame/UseCounter.h View 1 chunk +2 lines, -0 lines 0 comments Download
M Source/core/timing/Performance.h View 2 chunks +12 lines, -0 lines 0 comments Download
M Source/core/timing/Performance.cpp View 7 chunks +51 lines, -1 line 0 comments Download
M Source/core/timing/Performance.idl View 1 chunk +5 lines, -0 lines 0 comments Download
A + Source/core/timing/PerformanceDrawTiming.h View 1 chunk +34 lines, -26 lines 0 comments Download
A + Source/core/timing/PerformanceDrawTiming.cpp View 2 chunks +22 lines, -19 lines 0 comments Download
A + Source/core/timing/PerformanceDrawTiming.idl View 1 chunk +3 lines, -4 lines 0 comments Download
M Source/core/timing/PerformanceEntry.h View 1 chunk +1 line, -0 lines 0 comments Download

Powered by Google App Engine
This is Rietveld 408576698