Flutter Engine
The Flutter Engine
|
#include "bench/Benchmark.h"
#include "include/core/SkCanvas.h"
#include "include/core/SkPaint.h"
#include "include/core/SkRRect.h"
#include "include/core/SkString.h"
#include "src/base/SkRandom.h"
#include "tools/flags/CommandLineFlags.h"
#include <stdio.h>
#include <stdlib.h>
#include <functional>
Go to the source code of this file.
Classes | |
class | ShapesBench |
Macros | |
#define | ENABLE_COMMAND_LINE_SHAPES_BENCH 0 |
#define ENABLE_COMMAND_LINE_SHAPES_BENCH 0 |
Definition at line 22 of file ShapesBench.cpp.