Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
library.h
Go to the documentation of this file.
1// Copyright 2013 The Flutter Authors. All rights reserved.
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5#ifndef FLUTTER_BENCHMARKING_LIBRARY_H_
6#define FLUTTER_BENCHMARKING_LIBRARY_H_
7
8extern "C" {
9__attribute__((visibility("default"))) int RunBenchmarks(int argc, char** argv);
10}
11
12#endif // FLUTTER_BENCHMARKING_LIBRARY_H_
Type::kYUV Type::kRGBA() int(0.7 *637)
int RunBenchmarks(int argc, char **argv)
Definition library.cc:11
__attribute__((visibility("default"))) int RunBenchmarks(int argc
char ** argv
Definition library.h:9