OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sample_buckets_
(Results
1 - 4
of
4
) sorted by null
/external/webrtc/webrtc/base/
ratetracker.cc
25
sample_buckets_
(new size_t[bucket_count + 1]),
33
delete[]
sample_buckets_
;
76
size_t total_samples = ((
sample_buckets_
[start_bucket] *
84
total_samples +=
sample_buckets_
[i];
118
sample_buckets_
[current_bucket_] = 0u;
125
sample_buckets_
[current_bucket_] += sample_count;
140
sample_buckets_
[current_bucket_] = 0u;
ratetracker.h
60
size_t*
sample_buckets_
;
member in class:rtc::RateTracker
/external/libchrome/base/trace_event/
trace_sampling_thread.cc
62
for (size_t i = 0; i <
sample_buckets_
.size(); ++i) {
63
TraceBucketData* bucket_data = &
sample_buckets_
[i];
72
// Access to
sample_buckets_
doesn't cause races with the sampling thread
73
// that uses the
sample_buckets_
, because it is guaranteed that
76
sample_buckets_
.push_back(TraceBucketData(bucket, name, callback));
trace_sampling_thread.h
45
std::vector<TraceBucketData>
sample_buckets_
;
member in class:base::trace_event::TraceSamplingThread
Completed in 94 milliseconds