skia2/tools/sk_app
Greg Daniel 655002b8b0 In viewer measure and show full frame times.
This updates viewer to show the full frametime including getting new buffers
and presenting buffers to the screen. This is more useful information than
simply the sum the flush and paint.

In a follow up CL we'll enable disabling vsync so we can truly measure how
long it takes us to draw.

Bug: skia:
Change-Id: Ibdbf16b37b44309fca6e771272ce38fd31a0e95c
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/202708
Reviewed-by: Brian Osman <brianosman@google.com>
Commit-Queue: Greg Daniel <egdaniel@google.com>
2019-03-21 19:30:06 +00:00
..
android Privately include our version of vulkan header file in all our src files. 2018-11-26 15:15:44 +00:00
ios sk_tool_utils -> ToolUtils, and git clang-format 2019-03-20 18:05:42 +00:00
mac sk_tool_utils -> ToolUtils, and git clang-format 2019-03-20 18:05:42 +00:00
unix Privately include our version of vulkan header file in all our src files. 2018-11-26 15:15:44 +00:00
win more extra semis 2019-01-04 15:35:14 +00:00
Application.h
CommandSet.cpp sed s/drawSimpleText/drawString/ 2019-01-08 19:50:09 +00:00
CommandSet.h
DisplayParams.h Add pixel geometry and dft selection to viewer app. 2018-04-16 22:46:50 +00:00
GLWindowContext.cpp Remove some linear-blending sRGB logic from sk_app 2018-07-09 15:22:17 +00:00
GLWindowContext.h Remove legacy GrContext factories function and supporting code/types. 2018-03-23 21:12:50 +00:00
MetalWindowContext.h Add Metal context to Viewer. 2019-02-08 21:26:52 +00:00
MetalWindowContext.mm Add Metal context to Viewer. 2019-02-08 21:26:52 +00:00
RasterWindowContext.h Remove legacy GrContext factories function and supporting code/types. 2018-03-23 21:12:50 +00:00
VulkanWindowContext.cpp Add flush call to take access type, flags, and semaphore. 2019-03-02 03:45:36 +00:00
VulkanWindowContext.h Add flush call to take access type, flags, and semaphore. 2019-03-02 03:45:36 +00:00
Window.cpp In viewer measure and show full frame times. 2019-03-21 19:30:06 +00:00
Window.h Reduce usage of SkCanvas::flush 2019-03-04 22:09:39 +00:00
WindowContext.h Add pixel geometry and dft selection to viewer app. 2018-04-16 22:46:50 +00:00