Home | History | Annotate | Download | only in browser

Lines Matching refs:last_sample_time

680   static base::TimeTicks last_sample_time = base::TimeTicks::Now();
683 base::TimeDelta time_since_last_sample = now - last_sample_time;
684 last_sample_time = now;