Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
library.cc
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#include "third_party/benchmark/include/benchmark/benchmark.h"
6
7#include "library.h"
8
9extern "C" {
10
11int RunBenchmarks(int argc, char** argv) {
12 benchmark::Initialize(&argc, argv);
13 ::benchmark::RunSpecifiedBenchmarks();
14 return 0;
15}
16}
int RunBenchmarks(int argc, char **argv)
Definition library.cc:11
char ** argv
Definition library.h:9