#include <runtime-profile.h>
Definition at line 321 of file runtime-profile.h.
impala::RuntimeProfile::TimeSeriesCounter::TimeSeriesCounter |
( |
const std::string & |
name, |
|
|
TUnit::type |
unit, |
|
|
DerivedCounterFunction |
fn |
|
) |
| |
|
inlineprivate |
impala::RuntimeProfile::TimeSeriesCounter::TimeSeriesCounter |
( |
const std::string & |
name, |
|
|
TUnit::type |
unit, |
|
|
int |
period, |
|
|
const std::vector< int64_t > & |
values |
|
) |
| |
|
inlineprivate |
Construct a time series object from existing sample data. This counter is then read-only (i.e. there is no sample function).
Definition at line 340 of file runtime-profile.h.
void impala::RuntimeProfile::TimeSeriesCounter::AddSample |
( |
int |
ms_elapsed | ) |
|
|
inline |
string impala::RuntimeProfile::TimeSeriesCounter::DebugString |
( |
| ) |
const |
void impala::RuntimeProfile::TimeSeriesCounter::ToThrift |
( |
TTimeSeriesCounter * |
counter | ) |
|
|
private |
std::string impala::RuntimeProfile::TimeSeriesCounter::name_ |
|
private |
TUnit::type impala::RuntimeProfile::TimeSeriesCounter::unit_ |
|
private |
The documentation for this class was generated from the following files: