Searched refs:sta (Results 1 – 2 of 2) sorted by relevance
210 static inline uint64_t tickNano(Tick& sta, Tick& end) { in tickNano() argument211 return uint64_t(chrono::duration_cast<chrono::nanoseconds>(end - sta).count()); in tickNano()286 Tick sta, end; in thread_start() local291 sta = tickNow(); in thread_start()295 results_fifo->add_time(tickNano(sta, end)); in thread_start()350 Tick sta, end; in worker_fx() local360 sta = tickNow(); in worker_fx()363 results_other.add_time(tickNano(sta, end)); in worker_fx()
295 compare(Stats sta, Stats stb) {296 int ta = sta.rel_utime + sta.rel_stime;301 if (sta.added != stb.added) {302 return sta.added ? -1 : 1;304 if (sta.removed != stb.removed) {305 return sta.added ? -1 : 1;