ABACUS develop
Atomic-orbital Based Ab-initio Computation at UStc
Loading...
Searching...
No Matches
Classes | Functions
perf_sphbes_test.cpp File Reference
#include "../math_sphbes.h"
#include <fstream>
#include <benchmark/benchmark.h>
#include <iostream>
#include <cstring>
#include <cmath>
Include dependency graph for perf_sphbes_test.cpp:

Classes

class  PerfSphbes
 

Functions

 BENCHMARK_DEFINE_F (PerfSphbes, BM_Spherical_Bessel)(benchmark
 
 BENCHMARK_DEFINE_F (PerfSphbes, BM_sphbesj)(benchmark
 
 BENCHMARK_REGISTER_F (PerfSphbes, BM_sphbesj) -> DenseRange(0, 11, 1) ->Unit(benchmark::kMicrosecond)
 
 BENCHMARK_REGISTER_F (PerfSphbes, BM_Spherical_Bessel) -> DenseRange(0, 11, 1) ->Unit(benchmark::kMicrosecond)
 
 BENCHMARK_MAIN ()
 

Function Documentation

◆ BENCHMARK_DEFINE_F() [1/2]

BENCHMARK_DEFINE_F ( PerfSphbes  ,
BM_sphbesj   
)
Here is the call graph for this function:

◆ BENCHMARK_DEFINE_F() [2/2]

BENCHMARK_DEFINE_F ( PerfSphbes  ,
BM_Spherical_Bessel   
)
Here is the call graph for this function:

◆ BENCHMARK_MAIN()

BENCHMARK_MAIN ( )

◆ BENCHMARK_REGISTER_F() [1/2]

BENCHMARK_REGISTER_F ( PerfSphbes  ,
BM_sphbesj   
) -> DenseRange(0, 11, 1) ->Unit(benchmark::kMicrosecond)

◆ BENCHMARK_REGISTER_F() [2/2]

BENCHMARK_REGISTER_F ( PerfSphbes  ,
BM_Spherical_Bessel   
) -> DenseRange(0, 11, 1) ->Unit(benchmark::kMicrosecond)