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

Method GetSamples

be/src/kudu/util/debug/trace_event_impl.cc:992–997  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

990}
991
992void TraceSamplingThread::GetSamples() {
993 for (auto& sample_bucket : sample_buckets_) {
994 TraceBucketData* bucket_data = &sample_bucket;
995 bucket_data->callback(bucket_data);
996 }
997}
998
999void TraceSamplingThread::RegisterSampleBucket(
1000 TRACE_EVENT_API_ATOMIC_WORD* bucket,

Callers

nothing calls this directly

Calls 1

callbackMethod · 0.45

Tested by

no test coverage detected