Searched refs:TotalTime (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/cc/debug/
H A Dpicture_record_benchmark.h32 typedef std::pair<base::TimeDelta, unsigned> TotalTime; typedef in class:cc::PictureRecordBenchmark
33 std::map<std::pair<int, int>, TotalTime> times_;
H A Dpicture_record_benchmark.cc63 for (std::map<std::pair<int, int>, TotalTime>::iterator it = times_.begin();
118 TotalTime& total_time = times_[dimensions];
/external/clang/utils/analyzer/
H A DSumTimerInfo.py23 TotalTime = 0.0 variable
71 TotalTime = TotalTime + float(s[6]) variable
82 print "TotalTime %f" % (TotalTime)
/external/chromium_org/ui/gfx/animation/
H A Dmulti_animation.cc15 static int TotalTime(const MultiAnimation::Parts& parts) { function in namespace:gfx
28 cycle_time_ms_(TotalTime(parts)),

Completed in 163 milliseconds