Searched refs:getseconds (Results 1 – 8 of 8) sorted by relevance
9 static inline double getseconds() { in getseconds() function35 state->last_time = getseconds(); in FpsInit()47 double current_time = getseconds(); in FpsStep()
26 static double getseconds() { in getseconds() function56 fTime0 = getseconds(); in reset()67 const float t = getseconds() - fTime0; in evaluateMatrix()
26 static double getseconds() { in getseconds() function56 fTime0 = getseconds(); in reset()67 const float t = (float)(getseconds() - fTime0); in evaluateMatrix()
71 inline double getseconds() { in getseconds() function421 benchmark_start_time_ = getseconds(); in StartBenchmark()425 benchmark_end_time_ = getseconds(); in EndBenchmark()
55 inline double getseconds() { in getseconds() function638 benchmark_start_time_ = getseconds(); in StartBenchmark()642 benchmark_end_time_ = getseconds(); in EndBenchmark()
693 benchmark_start_time_ = getseconds(); in StartBenchmark()697 benchmark_end_time_ = getseconds(); in EndBenchmark()