MCPcopy Create free account
hub / github.com/apache/impala / SetSamples

Method SetSamples

be/src/util/runtime-profile.cc:1862–1865  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1860}
1861
1862void RuntimeProfile::TimeSeriesCounter::SetSamples(
1863 int period, const std::vector<int64_t>& samples, int64_t start_idx) {
1864 DCHECK(false);
1865}
1866
1867void RuntimeProfile::SamplingTimeSeriesCounter::AddSampleLocked(
1868 int64_t sample, int ms_elapsed){

Callers 1

UpdateMethod · 0.80

Calls 5

resizeMethod · 0.80
sizeMethod · 0.45
beginMethod · 0.45
insertMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected