hemocell
Loading...
Searching...
No Matches
Functions
postprocess Namespace Reference

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)
 

Function Documentation

◆ cli()

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.

◆ efficiency()

postprocess.efficiency (   times,
  start = 0 
)

◆ parse()

postprocess.parse (   filepath)

◆ plot()

postprocess.plot (   node_count,
  eta,
  cpu_per_node,
  show = False,
  output = None 
)