2
0
mirror of https://github.com/boostorg/math.git synced 2026-01-23 17:52:09 +00:00
Files
math/performance/test_reference.cpp
John Maddock da50caab99 Added performance test program.
[SVN r4173]
2007-05-22 08:56:11 +00:00

11 lines
125 B
C++

#include "performance_measure.hpp"
void reference_evaluate()
{
consume_result(2.0);
set_call_count(1);
}