Lines Matching refs:_PyTime_t
18 _PyTime_t tt;
19 _PyTime_t it;
29 _PyTime_t tt; /* total time in this entry */
30 _PyTime_t it; /* inline time in this entry (not in subcalls) */
38 _PyTime_t t0;
39 _PyTime_t subt;
83 static _PyTime_t CallExternalTimer(ProfilerObject *pObj)
91 _PyTime_t result;
100 As the profiler works with _PyTime_t internally
112 static inline _PyTime_t
312 _PyTime_t tt = call_timer(pObj) - self->t0;
313 _PyTime_t it = tt - self->subt;
618 _PyTime_t onesec = _PyTime_FromSeconds(1);