MCPcopy Create free account
hub / github.com/Bziyue/SplineTrajectory / BenchmarkStats

Class BenchmarkStats

test_Grad.cpp:21–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19using PointsMatrix3D = Eigen::Matrix<double, Eigen::Dynamic, 3, Eigen::RowMajor>;
20
21struct BenchmarkStats
22{
23 double mean_us = 0.0;
24 double std_us = 0.0;
25 double min_us = 0.0;
26};
27
28template <typename Func>
29BenchmarkStats runBenchmark(const Func &func, int iters, int repeats = 7, int warmup_iters = 200)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected