pypomp.panel.panel.PanelPomp.time¶
- PanelPomp.time()¶
Return a DataFrame summarizing the execution times of methods run.
- Returns:
- A DataFrame where each row contains:
’method’: The name of the method run.
’time’: The execution time in seconds.
- Return type:
pd.DataFrame