Flutter Engine
The Flutter Engine
|
#include "bench/Benchmark.h"
#include "include/core/SkStream.h"
#include "include/core/SkString.h"
#include <functional>
#include <memory>
Go to the source code of this file.
Functions | |
Benchmark * | CreateDiffCanvasBench (SkString name, std::function< std::unique_ptr< SkStreamAsset >()> dataSrc) |
Benchmark * CreateDiffCanvasBench | ( | SkString | name, |
std::function< std::unique_ptr< SkStreamAsset >()> | dataSrc | ||
) |
Definition at line 255 of file SkGlyphCacheBench.cpp.