File: benchmark_manif.cpp

package info (click to toggle)
manif 0.0.5-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,576 kB
  • sloc: cpp: 11,789; ansic: 8,774; python: 2,158; sh: 24; makefile: 23; xml: 21
file content (14 lines) | stat: -rw-r--r-- 233 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#include "common_benchmark.h"

#include <manif/manif.h>

using namespace manif;

MANIF_BENCHMARK(R5d)
MANIF_BENCHMARK(SO2d)
MANIF_BENCHMARK(SE2d)
MANIF_BENCHMARK(SO3d)
MANIF_BENCHMARK(SE3d)
MANIF_BENCHMARK(SE_2_3d)

BENCHMARK_MAIN();