|
Impala
Impalaistheopensource,nativeanalyticdatabaseforApacheHadoop.
|
#include <stdlib.h>#include <stdio.h>#include <iostream>#include "util/cpu-info.h"#include "util/debug-util.h"#include "util/network-util.h"#include "util/stopwatch.h"#include <boost/foreach.hpp>#include <list>#include <boost/assign/list_of.hpp>Go to the source code of this file.
Functions | |
| void | TimeNameResolution () |
| int | main (int argc, char **argv) |
Variables | |
| static list< string > | backends |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 134 of file name-resolution-benchmark.cc.
References backends, impala::StopWatch::ElapsedTime(), impala::HostnameToIpAddrs(), impala::StopWatch::Start(), and impala::StopWatch::Stop().
| void TimeNameResolution | ( | ) |
Definition at line 130 of file name-resolution-benchmark.cc.
|
static |
Definition at line 42 of file name-resolution-benchmark.cc.
Referenced by impala::SimpleScheduler::BackendsUrlCallback(), main(), impala::SimpleSchedulerTest::SimpleSchedulerTest(), and impala::TEST_F().