Wednesday, 13 July 2011

timings.0.xml

Here's what an entry in my timings files might look like:

<run size='2' density='400' m='20' n='20' iterations='10'>
  <main_tot name='main: Total'>1.05683208</main_tot>
  <main_utils name='main: Utils'>1.04948020</main_utils>
  <main_create_cfs name='main: Creating CFs'>0.00234818</main_create_cfs>
  <main_seq_act name='main: Serial Activate'>0.00202990</main_seq_act>
  <main_mpi_act name='main: Parallel Activate'>0.00296593</main_mpi_act>
  <act_seq_tot name='serial: Total'>0.00202894</act_seq_tot>
  <act_seq_utils name='serial: Utils'>0.00002003</act_seq_utils>
  <act_seq_dp name='serial: Dot Product'>0.00197291</act_seq_dp>
  <act_seq_of name='serial: Output Function'>0.00001287</act_seq_of>
  <act_mpi_tot name='parallel: Total'>0.00296402</act_mpi_tot>
  <act_mpi_utils name='parallel: Utils'>0.00016284</act_mpi_utils>
  <act_mpi_distr_weights name='parallel: Distributing Weights'>0.00114608</act_mpi_distr_weights>
  <act_mpi_bc name='parallel: Broadcasting Inputs'>0.00003695</act_mpi_bc>
  <act_mpi_dp name='parallel: Dot Product'>0.00095177</act_mpi_dp>
  <act_mpi_gather name='parallel: Gathering Outputs'>0.00061488</act_mpi_gather>
  <act_mpi_of name='parallel: Output Function'>0.00001335</act_mpi_of>
</run>

No comments:

Post a Comment