ABACUS develop
Atomic-orbital Based Ab-initio Computation at UStc
|
#include "../math_sphbes.h"
#include <fstream>
#include <benchmark/benchmark.h>
#include <iostream>
#include <cstring>
#include <cmath>
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 () | |
BENCHMARK_DEFINE_F | ( | PerfSphbes | , |
BM_sphbesj | |||
) |
BENCHMARK_DEFINE_F | ( | PerfSphbes | , |
BM_Spherical_Bessel | |||
) |
BENCHMARK_MAIN | ( | ) |
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) |