pypomp.core.pomp.Pomp.time

Pomp.time()[source]

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