COIN-OR::LEMON - Graph Library

source: lemon-benchmark/tests/main.cc @ 10:d7ce0311ece2

Last change on this file since 10:d7ce0311ece2 was 10:d7ce0311ece2, checked in by Alpar Juttner <alpar@…>, 12 years ago

Some common benchmarking tools added

File size: 187 bytes
Line 
1#include <benchmark_tools.h>
2
3using namespace lemon;
4
5int testMain(int argc, char **argv);
6
7int main(int argc, char **argv)
8{
9  Timer ti;
10  testMain(argc, argv);
11  logTime("total",ti);
12}
Note: See TracBrowser for help on using the repository browser.