|
Impala
Impalaistheopensource,nativeanalyticdatabaseforApacheHadoop.
|
#include <stdlib.h>#include <stdio.h>#include <iostream>#include <gtest/gtest.h>#include <boost/bind.hpp>#include <boost/foreach.hpp>#include "common/object-pool.h"#include "util/cpu-info.h"#include "util/periodic-counter-updater.h"#include "util/runtime-profile.h"#include "util/streaming-sampler.h"#include "util/thread.h"#include "common/names.h"Go to the source code of this file.
Namespaces | |
| impala | |
| This file contains type definitions that are used throughout the code base. | |
Functions | |
| impala::TEST (CountersTest, Basic) | |
| void | impala::ValidateCounter (RuntimeProfile *profile, const string &name, int64_t value) |
| impala::TEST (CountersTest, MergeAndUpdate) | |
| impala::TEST (CountersTest, DerivedCounters) | |
| impala::TEST (CountersTest, AverageSetCounters) | |
| impala::TEST (CountersTest, InfoStringTest) | |
| impala::TEST (CountersTest, RateCounters) | |
| impala::TEST (CountersTest, BucketCounters) | |
| impala::TEST (CountersTest, EventSequences) | |
| void | impala::ValidateSampler (const StreamingSampler< int, 10 > &sampler, int expected_num, int expected_period, int expected_delta) |
| impala::TEST (CountersTest, StreamingSampler) | |
| int | main (int argc, char **argv) |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 504 of file runtime-profile-test.cc.
References impala::CpuInfo::Init(), and impala::InitThreading().