Lines Matching full:label_
141 DCHECK(current_split_->label_ != NULL);
142 DCHECK(current_split_->explicit_ == true) << "Explicitly ending scoped split: " << current_split_->label_;
199 label_ = label;
211 ATRACE_BEGIN(label_);
215 LOG(INFO) << "Begin: " << label_;
226 LOG(INFO) << "End: " << label_ << " " << PrettyDuration(split_time);
238 CHECK(current != NULL) << "Missing scoped split (" << this->label_
242 timing_logger_->splits_.push_back(SplitTiming(running_ns_, label_));
262 timing_logger_->splits_.push_back(std::pair<uint64_t, const char*>(split_time, label_));
265 LOG(INFO) << "End: " << label_ << " " << PrettyDuration(split_time) << "\n"
269 label_ = label;
288 ATRACE_BEGIN(label_);