hemocell
|
Functions | |
parse (filepath) | |
efficiency (times, start=0) | |
plot (node_count, eta, cpu_per_node, show=False, output=None) | |
cli (cpu_per_node, samples, show, output, sort) | |
postprocess.cli | ( | cpu_per_node, | |
samples, | |||
show, | |||
output, | |||
sort | |||
) |
Post-process HemoCell timing samples. The TIMINGS files can be provided in the (legacy) indented format or the recent JSON format. This extracts iterate times only to estimate efficiency and performance metrics. The CPU-PER-NODE count is required to determine node counts for each job.
postprocess.efficiency | ( | times, | |
start = 0 |
|||
) |
postprocess.parse | ( | filepath | ) |
postprocess.plot | ( | node_count, | |
eta, | |||
cpu_per_node, | |||
show = False , |
|||
output = None |
|||
) |