Impala
Impalaistheopensource,nativeanalyticdatabaseforApacheHadoop.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
impala::Benchmark::BenchmarkResult Struct Reference
Collaboration diagram for impala::Benchmark::BenchmarkResult:

Public Attributes

std::string name
 
BenchmarkFunction fn
 
void * args
 
double rate
 
int baseline_idx
 

Detailed Description

Definition at line 67 of file benchmark.h.

Member Data Documentation

void* impala::Benchmark::BenchmarkResult::args

Definition at line 70 of file benchmark.h.

int impala::Benchmark::BenchmarkResult::baseline_idx

Definition at line 72 of file benchmark.h.

BenchmarkFunction impala::Benchmark::BenchmarkResult::fn

Definition at line 69 of file benchmark.h.

std::string impala::Benchmark::BenchmarkResult::name

Definition at line 68 of file benchmark.h.

Referenced by impala::Benchmark::AddBenchmark().

double impala::Benchmark::BenchmarkResult::rate

Definition at line 71 of file benchmark.h.


The documentation for this struct was generated from the following file: