perun¶
perun module.
Submodules¶
Functions¶
|
Decorate function to monitor its energy usage. |
|
Decorate function to monitor its energy usage. |
|
Register a function to run after perun has finished collection data. |
Package Contents¶
- perun.monitor(region_name: str | None = None) Callable[source]¶
Decorate function to monitor its energy usage.
- perun.perun(configuration_file: str = './.perun.ini', **conf_kwargs: Any) Callable[source]¶
Decorate function to monitor its energy usage.
- perun.register_callback(func: Callable[[perun.data_model.data.DataNode], None]) None[source]¶
Register a function to run after perun has finished collection data.
- Parameters:
func (Callable[[DataNode], None]) – Function to be called.