Flutter Engine
The Flutter Engine
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) {
13 ::benchmark::RunSpecifiedBenchmarks();
14 return 0;
15}
16}
int RunBenchmarks(int argc, char **argv)
Definition: library.cc:11
char ** argv
Definition: library.h:9
void Initialize(zx::channel directory_request, std::optional< zx::eventpair > view_ref)
Initializes Dart bindings for the Fuchsia application model.
Definition: fuchsia.cc:103