get_timer_records

psi4.core.get_timer_records(compact: bool = False) dict

Get timing information as structured timer records. Returns a dictionary keyed by timer_id. Each value contains timing fields (wall_time, user_time, system_time, n_calls) and, when compact=False, hierarchy fields (parent_id, timer_name, timer_path, level).