Searched refs:current_stopwatch_ (Results 1 – 2 of 2) sorted by relevance
408 current_stopwatch_(NULL) { in ThreadData()963 parent_ = current_thread_data_->current_stopwatch_; in Start()971 current_thread_data_->current_stopwatch_ = this; in Start()993 DCHECK(current_thread_data_->current_stopwatch_ == this); in Stop()994 current_thread_data_->current_stopwatch_ = parent_; in Stop()
792 TaskStopwatch* current_stopwatch_; variable