table#
- TransientProfile.table(columns: list = None) DataFrame#
Return a summary of profile step metrics.
- Parameters:
- columns
listofstr Defines the columns to be included in the returned table.
Valid names are:
"elapsed_time"- Default"real_time"- Default"cpu_time"- Default"max_memory"- Default"start_time""end_time""num_tets""nodes"- Icepak only"faces"- Icepak only"cells"- Icepak only
- Names are case-sensitive. Depending on the solution profile step, some
- properties are not available, in which case the value ``”NA”`` will be
- returned in the table.
- columns
- Returns:
pandas.DataFrameTable of profile process step information for the specified property values.