Home
last modified time | relevance | path

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

/external/valgrind/main/cachegrind/
Dcg_main.c1462 CacheCC D_total; in cg_fini() local
1504 D_total.a = Dr_total.a + Dw_total.a; in cg_fini()
1505 D_total.m1 = Dr_total.m1 + Dw_total.m1; in cg_fini()
1506 D_total.mL = Dr_total.mL + Dw_total.mL; in cg_fini()
1513 D_total.a, Dr_total.a, Dw_total.a); in cg_fini()
1515 D_total.m1, Dr_total.m1, Dw_total.m1); in cg_fini()
1517 D_total.mL, Dr_total.mL, Dw_total.mL); in cg_fini()
1519 if (0 == D_total.a) D_total.a = 1; in cg_fini()
1522 VG_(percentify)( D_total.m1, D_total.a, 1, l1+1, buf1); in cg_fini()
1527 VG_(percentify)( D_total.mL, D_total.a, 1, l1+1, buf1); in cg_fini()
[all …]
/external/valgrind/main/callgrind/
Dsim.c1501 FullCost total = CLG_(total_cost), D_total = 0; in cachesim_printstat() local
1541 D_total = CLG_(get_eventset_cost)( CLG_(sets).full ); in cachesim_printstat()
1542 CLG_(init_cost)( CLG_(sets).full, D_total); in cachesim_printstat()
1544 CLG_(copy_cost)( CLG_(get_event_set)(EG_DR), D_total, total + fullOffset(EG_DR) ); in cachesim_printstat()
1545 CLG_(add_cost) ( CLG_(get_event_set)(EG_DW), D_total, total + fullOffset(EG_DW) ); in cachesim_printstat()
1547 commify( D_total[0], l1, buf1); in cachesim_printstat()
1553 commify( D_total[1], l1, buf1); in cachesim_printstat()
1559 commify( D_total[2], l1, buf1); in cachesim_printstat()
1567 if (0 == D_total[0]) D_total[0] = 1; in cachesim_printstat()
1571 percentify( D_total[1] * 100 * p / D_total[0], p, l1+1, buf1); in cachesim_printstat()
[all …]