Skip to content
  • Kenneth Moreland's avatar
    SimpleTiming now collects timing information in root process. · 7c8c62bf
    Kenneth Moreland authored
    Previously, each process wrote out its own log file, which were then
    to be collected by some other means.  However, the size is becoming
    problematic for large process counts.  Instead, the root process
    collects all the other timing information and computes the max for
    all processes, which is what I was doing in post processing anyway.
    7c8c62bf