Skip to content

Commit

Permalink
log parser: add start time to analyses
Browse files Browse the repository at this point in the history
  • Loading branch information
joergbuchwald committed Mar 23, 2024
1 parent 8031af6 commit ebf1722
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ogs6py/log_parser/common_ogs_analyses.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def wrapped_f(df):


def analysis_time_step(df):
interest1 = ['output_time', 'time_step_solution_time', 'step_size']
interest1 = ['output_time', 'step_start_time', 'time_step_solution_time', 'step_size']
interest2 = ['assembly_time', 'linear_solver_time', 'dirichlet_time']
interest = [*interest1, *interest2]
context = ['mpi_process', 'time_step']
Expand Down

0 comments on commit ebf1722

Please sign in to comment.