Searched refs:sampler_window_position_ (Results 1 – 2 of 2) sorted by relevance
97 sampler_window_position_(0) { in RuntimeProfiler()227 sampler_window_[sampler_window_position_] = function; in AddSample()228 sampler_window_weight_[sampler_window_position_] = weight; in AddSample()229 sampler_window_position_ = (sampler_window_position_ + 1) & in AddSample()
128 int sampler_window_position_; variable