Skip to main content
Ctrl+K
PyEDB - Home PyEDB - Home
  • Home
  • Getting started
  • User guide
  • API reference
  • Examples
    • Release notes
Ctrl+K
  • GitHub
  • Support
  • Download documentation in PDF
  • Home
  • Getting started
  • User guide
  • API reference
  • Examples
  • Release notes
Ctrl+K
  • GitHub
  • Support
  • Download documentation in PDF

Section Navigation

  • drc
  • utilities
    • cutout
    • hfss_log_parser
    • siwave_log_parser
      • AEDTVersion
      • BatchInfo
      • SimSettings
      • WarningEntry
      • ProfileEntry
      • BlockParser
      • HeaderBlockParser
      • BatchSettingsBlockParser
      • WarningsBlockParser
      • ProfileBlockParser
      • ParsedSiwaveLog
      • SiwaveLogParser
  • PyAnsys
  • ProfileEntry

ProfileEntry#

class pyedb.workflows.utilities.siwave_log_parser.ProfileEntry#

Overview#

timestamp

task

real_time

cpu_time

memory

extra

Import detail#

from pyedb.workflows.utilities.siwave_log_parser import ProfileEntry

Attribute detail#

ProfileEntry.timestamp: datetime.datetime#
ProfileEntry.task: str#
ProfileEntry.real_time: str | None = None#
ProfileEntry.cpu_time: str | None = None#
ProfileEntry.memory: str | None = None#
ProfileEntry.extra: Dict[str, str]#
On this page
  • ProfileEntry
  • Overview
  • Import detail
  • Attribute detail
    • timestamp
    • task
    • real_time
    • cpu_time
    • memory
    • extra
Edit on GitHub
  • Show Source

© Copyright (c) 2026 ANSYS, Inc. All rights reserved.

Created using Sphinx 8.1.3.

Built with the Ansys Sphinx Theme 1.6.4.
Last updated on