ProfileStep#
- class ansys.aedt.core.modules.profile.ProfileStep(data)#
A profile step possibly containing nested sub-steps.
- Parameters:
- dataclass:ansys.aedt.core.modeler.cad.elements_3d.BinaryTreeNode
- Node with ``properties`` and ``children`` describing the step.
Methods
ProfileStep.table
([columns])Return a summary of profile step metrics.
Attributes
CPU time for this step.
Maximum memory over this step and all descendants.
Names of nested process steps, if any.
Real time for this step.