BenchmarkResult#

class numpy::BenchmarkResult#

numpy C++ class.

Example#

#include <numpy/np_ndarray.h>
using namespace numpy;

// Use BenchmarkResult
BenchmarkResult obj;
// ... operations ...

Constructors#

Signature

Location

Example

BenchmarkResult(const std::string &name, size_tsize, doubletime_ms, boolcorrect, size_tmemory = 0)

NP_BENCHMARK_SORTING.H:32

BenchmarkResult(const std::string &func_name, size_tsize)

NP_SPECIAL_BENCHMARK.H:35