Skip to content

config

PerformanceConfig dataclass

Performance stats collector.

Parameters:

Name Type Description Default
collect_performance bool

overall flag turning collection on/pff

False
collect_cProfile bool

use cProfile for CPU Python profiling

False
collect_communication bool

collect halo exchange details

False
experiment_name str

to be printed in the JSON summary

'test'
json_all_rank_threshold int

number of nodes above the full performance report for all nodes won't be written (rank 0 is always written)

1000