Home | History | Annotate | Download | only in profiler

Lines Matching refs:samples_

413     samples_.Add(top_frame_node);
417 if (samples_.length() - streaming_next_sample_ >= kSamplesFlushCount ||
454 if (pending_nodes.empty() && !samples_.length()) return;
457 if (!pending_nodes.empty() || streaming_next_sample_ != samples_.length()) {
468 if (streaming_next_sample_ != samples_.length()) {
470 for (int i = streaming_next_sample_; i < samples_.length(); ++i) {
471 value->AppendInteger(samples_[i]->id());
477 if (streaming_next_sample_ != samples_.length()) {
488 DCHECK(samples_.length() == timestamps_.length());
489 streaming_next_sample_ = samples_.length();