Welcome to mirror list, hosted at ThFree Co, Russian Federation.

benchmark_tools.hpp « map - github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2e084c4331752b8f6a7298b5a1989b790f78a72b (plain)
1
2
3
4
5
6
7
8
#pragma once

class Framework;

namespace benchmark
{
void RunGraphicsBenchmark(Framework * framework);
} //  namespace benchmark