BenchmarkResult =============== .. cpp:class:: numpy::BenchmarkResult numpy C++ class. Example ------- .. code-block:: cpp #include using namespace numpy; // Use BenchmarkResult BenchmarkResult obj; // ... operations ... Constructors ------------ .. list-table:: :widths: 55 25 20 :header-rows: 1 * - 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 -