AdaptivePass#

class ansys.aedt.core.modules.profile.AdaptivePass(data)#

Information for a single adaptive pass.

Methods

AdaptivePass.table([columns])

Return a summary of profile step metrics.

Attributes

AdaptivePass.adapt_frequency

Frequency used in this adaptive pass.

AdaptivePass.cpu_time

CPU time for this step.

AdaptivePass.max_memory

Maximum memory over this step and all descendants.

AdaptivePass.process_steps

Names of nested process steps, if any.

AdaptivePass.real_time

Real time for this step.