Namespaces | Functions | Variables
statistics.cc File Reference
#include "benchmark/benchmark.h"
#include <algorithm>
#include <cmath>
#include <numeric>
#include <string>
#include <vector>
#include "check.h"
#include "statistics.h"
Include dependency graph for statistics.cc:

Go to the source code of this file.

Namespaces

 benchmark
 

Functions

std::vector< BenchmarkReporter::Run > benchmark::ComputeStats (const std::vector< BenchmarkReporter::Run > &reports)
 
double benchmark::StatisticsCV (const std::vector< double > &v)
 
double benchmark::StatisticsMean (const std::vector< double > &v)
 
double benchmark::StatisticsMedian (const std::vector< double > &v)
 
double benchmark::StatisticsStdDev (const std::vector< double > &v)
 

Variables

auto benchmark::Sqr = [](const double dat) { return dat * dat; }
 
auto benchmark::Sqrt
 
auto benchmark::StatisticsSum
 
auto benchmark::SumSquares
 


grpc
Author(s):
autogenerated on Fri May 16 2025 03:01:32