pyopensn.context.SetCaliperConfig
- pyopensn.context.SetCaliperConfig(config: str = 'runtime-report(calc.inclusive=true),max_column_width=80') None
Set configuration to the Caliper manager.
This function can only be called before using
pyopensn.context.EnableCaliper()
. Note that this function does not start the Caliper manager immediately.- Parameters:
config (str, default='runtime-report(calc.inclusive=true),max_column_width=80') – Configuration.