Home
last modified time | relevance | path

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

/dports/games/zdoom/zdoom-2.8.1/src/
H A Dp_acs.h130 unsigned long long TotalInstr; member
H A Dp_acs.cpp9887 TotalInstr = 0; in Reset()
9895 TotalInstr += num_instr; in AddRun()
9958 return (int)(b->ProfileData->TotalInstr - a->ProfileData->TotalInstr); in sort_by_total_instr()
9982 …int a_avg = a->ProfileData->NumRuns == 0 ? 0 : int(a->ProfileData->TotalInstr / a->ProfileData->Nu… in sort_by_avg()
9983 …int b_avg = b->ProfileData->NumRuns == 0 ? 0 : int(b->ProfileData->TotalInstr / b->ProfileData->Nu… in sort_by_avg()
10056 prof->ProfileData->TotalInstr, in ShowProfileData()
10058 unsigned(prof->ProfileData->TotalInstr / prof->ProfileData->NumRuns), in ShowProfileData()