Flutter Engine
The Flutter Engine
|
#include "flutter/fml/message_loop_task_queues.h"
#include <cassert>
#include <string>
#include <thread>
#include <vector>
#include "flutter/benchmarking/benchmarking.h"
#include "flutter/fml/synchronization/count_down_latch.h"
Go to the source code of this file.
Namespaces | |
namespace | fml |
namespace | fml::benchmarking |
Functions | |
static void | fml::benchmarking::BM_RegisterAndGetTasks (benchmark::State &state) |
fml::benchmarking::BENCHMARK (BM_RegisterAndGetTasks) | |