dlvhex
2.5.0
|
Test multiply nested benchmarking. More...
#include "dlvhex2/Benchmarking.h"
#include "dlvhex2/Logger.h"
#include <boost/test/unit_test.hpp>
#include <iostream>
#include <time.h>
Go to the source code of this file.
Defines | |
#define | BOOST_TEST_MODULE "TestBenchmarking" |
Functions | |
void | millisleep (unsigned ms) |
BOOST_AUTO_TEST_CASE (nestingAware) | |
Variables | |
DLVHEX_NAMESPACE_USE typedef benchmark::ID | BID |
Test multiply nested benchmarking.
Definition in file TestBenchmarking.cpp.
#define BOOST_TEST_MODULE "TestBenchmarking" |
Definition at line 38 of file TestBenchmarking.cpp.
BOOST_AUTO_TEST_CASE | ( | nestingAware | ) |
Definition at line 62 of file TestBenchmarking.cpp.
References BID, LOG, millisleep(), and WARNING().
void millisleep | ( | unsigned | ms | ) |
Definition at line 51 of file TestBenchmarking.cpp.
Referenced by BOOST_AUTO_TEST_CASE().
DLVHEX_NAMESPACE_USE typedef benchmark::ID BID |
Definition at line 49 of file TestBenchmarking.cpp.
Referenced by BOOST_AUTO_TEST_CASE().