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

ProfileStep.cpu_time

CPU time for this step.

ProfileStep.max_memory

Maximum memory over this step and all descendants.

ProfileStep.process_steps

Names of nested process steps, if any.

ProfileStep.real_time

Real time for this step.