Home | History | Annotate | Download | only in Python

Lines Matching refs:accumulated

1621     static _PyTime_t accumulated;
1623 _PyTime_t t1 = 0, accumulated_copy = accumulated;
1640 accumulated = 0;
1659 (long)_PyTime_AsMicroseconds(cum - accumulated, _PyTime_ROUND_CEILING),
1663 accumulated = accumulated_copy + cum;