Flutter Engine
The Flutter Engine
|
#include "bench/Benchmark.h"
#include "include/core/SkCanvas.h"
#include "include/core/SkPaint.h"
#include "include/core/SkString.h"
Go to the source code of this file.
Classes | |
class | ScrollGmailBench |
Emulates the mix of rects blitted by gmail during scrolling. More... | |
Variables | |
int | gmailScrollingRectSpec [431 *3] |
blitRect() calls emitted by Chrome while scrolling through gmail: count, width, height. More... | |
int gmailScrollingRectSpec[431 *3] |
blitRect() calls emitted by Chrome while scrolling through gmail: count, width, height.
Benchmarks that try to emulate a particular Skia call pattern observed in Chrome.
Definition at line 17 of file ChromeBench.cpp.