SPH
Functions
Map.cpp File Reference
#include "bench/Session.h"
#include "objects/containers/FlatMap.h"
#include <map>

Go to the source code of this file.

Functions

 BENCHMARK ("std::map 10", "[flatmap]", Benchmark::Context &context)
 
 BENCHMARK ("Sph::Map 10", "[flatmap]", Benchmark::Context &context)
 
 BENCHMARK ("std::map 100", "[flatmap]", Benchmark::Context &context)
 
 BENCHMARK ("Sph::Map 100", "[flatmap]", Benchmark::Context &context)
 
 BENCHMARK ("std::map 1000", "[flatmap]", Benchmark::Context &context)
 
 BENCHMARK ("Sph::Map 1000", "[flatmap]", Benchmark::Context &context)
 
 BENCHMARK ("std::map 10000", "[flatmap]", Benchmark::Context &context)
 
 BENCHMARK ("Sph::Map 10000", "[flatmap]", Benchmark::Context &context)
 

Function Documentation

◆ BENCHMARK() [1/8]

BENCHMARK ( "Sph::Map 10"  ,
""  [flatmap],
Benchmark::Context &  context 
)

Definition at line 29 of file Map.cpp.

◆ BENCHMARK() [2/8]

BENCHMARK ( "Sph::Map 100"  ,
""  [flatmap],
Benchmark::Context &  context 
)

Definition at line 46 of file Map.cpp.

◆ BENCHMARK() [3/8]

BENCHMARK ( "Sph::Map 1000"  ,
""  [flatmap],
Benchmark::Context &  context 
)

Definition at line 62 of file Map.cpp.

◆ BENCHMARK() [4/8]

BENCHMARK ( "Sph::Map 10000"  ,
""  [flatmap],
Benchmark::Context &  context 
)

Definition at line 78 of file Map.cpp.

◆ BENCHMARK() [5/8]

BENCHMARK ( "std::map 10"  ,
""  [flatmap],
Benchmark::Context &  context 
)

Definition at line 21 of file Map.cpp.

◆ BENCHMARK() [6/8]

BENCHMARK ( "std::map 100"  ,
""  [flatmap],
Benchmark::Context &  context 
)

Definition at line 38 of file Map.cpp.

◆ BENCHMARK() [7/8]

BENCHMARK ( "std::map 1000"  ,
""  [flatmap],
Benchmark::Context &  context 
)

Definition at line 54 of file Map.cpp.

◆ BENCHMARK() [8/8]

BENCHMARK ( "std::map 10000"  ,
""  [flatmap],
Benchmark::Context &  context 
)

Definition at line 70 of file Map.cpp.