repo.or.cz
/
supercollider.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
inline unary ops: fix sc_floor for non-sse4.1
[supercollider.git]
/
testsuite
/
supernova
/
perf_counter_test.cpp
blob
569cf50099221e6d65a3307ab5194b7934a0de66
1
#include <iostream>
2
#include <boost/test/unit_test.hpp>
3
4
#include
"../../external_libraries/nova-simd/benchmarks/perf_counter.hpp"
5
6
BOOST_AUTO_TEST_CASE
(
perf_count_test
)
7
{
8
perf_counter pc
;
9
10
pc
.
start
();
11
12
pc
.
stop
();
13
14
pc
.
dump
();
15
}