Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
start performance plotting within Validation py module
I wanted to show the time separation between 4GeV and 8GeV and I figured this is a general enough plot that it should go into Validation. This just plots the `__ALL__` duration since I couldn't find an obvious way to deduce what the processor names were given the current infrastructure. The `__ALL__` duration is just timing how long the entire event takes to process (including all processors). The plot I show in my release slides only has the simulation processor so it is comparing the simulation times.
- Loading branch information