Benchmark tests for QuadTree performance.
More...
#include <benchmark/benchmark.h>
#include <zlayout/spatial/quadtree.hpp>
#include <zlayout/geometry/rectangle.hpp>
#include <random>
Go to the source code of this file.
Benchmark tests for QuadTree performance.
Definition in file bench_quadtree.cpp.
◆ BENCHMARK() [1/2]
◆ BENCHMARK() [2/2]
◆ BENCHMARK_MAIN()
◆ BM_QuadTreeInsert()
void BM_QuadTreeInsert |
( |
benchmark::State & | state | ) |
|
|
static |
◆ BM_QuadTreeQuery()
void BM_QuadTreeQuery |
( |
benchmark::State & | state | ) |
|
|
static |