Home
last modified time | relevance | path

Searched refs:last_update (Results 1 – 1 of 1) sorted by relevance

/webrtc/interceptor/src/stats/
H A Dmod.rs34 last_update: Instant, field
61 last_update: Instant::now(), in default()
78 self.last_update = Instant::now(); in mark_updated()
82 self.last_update.elapsed() in duration_since_last_update()
222 last_update: Instant, field
258 last_update: Instant::now(), in default()
277 self.last_update = Instant::now(); in mark_updated()
281 self.last_update.elapsed() in duration_since_last_update()