Searched refs:num_prepare_calls_ (Results 1 – 2 of 2) sorted by relevance
91 num_prepare_calls_(0), in StatsKeeper()105 num_prepare_calls_++; in RecordPrepareStart()135 num_prepare_calls_ -= front.num_prepare_calls(); in RecordSetEnd()208 if (num_layers_ == 0 || num_prepare_calls_ == 0 || num_set_calls_ == 0) { in SynchronizedDump()215 bprintf(" Number of calls to prepare(): %d\n", num_prepare_calls_); in SynchronizedDump()228 Microseconds(prepare_call_total_time_).count() / num_prepare_calls_, in SynchronizedDump()
38 num_prepare_calls_(num_prepares), in CompositionData()46 int num_prepare_calls() const { return num_prepare_calls_; } in num_prepare_calls()58 int num_prepare_calls_; variable122 int num_prepare_calls_ GUARDED_BY(mutex_);