Searched refs:data_totals (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/binutils.old/dist/gprofng/src/
H A DOvw_data.cc37 Ovw_item data_totals = data->get_totals (); local
41 *totals = data_totals;
47 tsadd (&totals->duration, &data_totals.duration);
48 tsadd (&totals->tlwp, &data_totals.tlwp);
53 tsadd (&totals->values[i].t, &data_totals.values[i].t);
/netbsd-current/external/gpl3/binutils/dist/gprofng/src/
H A DOvw_data.cc37 Ovw_item data_totals = data->get_totals (); local
41 *totals = data_totals;
47 tsadd (&totals->duration, &data_totals.duration);
48 tsadd (&totals->tlwp, &data_totals.tlwp);
53 tsadd (&totals->values[i].t, &data_totals.values[i].t);

Completed in 82 milliseconds