Ion
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
benchmark.h File Reference
#include <string>
#include <vector>
#include "base/integral_types.h"
#include "ion/port/timer.h"
Include dependency graph for benchmark.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ion::analytics::Benchmark
 The Benchmark class provides types and utilities to make it easier to create performance benchmarks. More...
 
struct  ion::analytics::Benchmark::Descriptor
 This struct stores information about a measurement computed by benchmarking. More...
 
struct  ion::analytics::Benchmark::Constant
 This struct represents a number that is constant over all samples. More...
 
struct  ion::analytics::Benchmark::Sample
 This struct represents a single timestamped value of a variable. More...
 
struct  ion::analytics::Benchmark::SampledVariable
 This struct represents a variable: a number that may vary over samples, such as a count or timing. More...
 
struct  ion::analytics::Benchmark::AccumulatedVariable
 This struct represents accumulated values for a variable. More...
 
class  ion::analytics::Benchmark::VariableSampler
 This class aids in creation of a benchmarked SampledVariable. More...
 
class  ion::analytics::Benchmark::VariableAccumulator
 This class aids in accumulation of a benchmarked AccumulatedVariable. More...
 

Namespaces

 ion
 Copyright 2016 Google Inc.
 
 ion::analytics