Home | History | Annotate | Download | only in perf

Lines Matching defs:tb

21278     struct _timeb tb;
21279 _ftime(&tb);
21280 return (tb.time * 1000LL + tb.millitm) * 1000LL;