Skip to main content
Ctrl+K
PyEDB - Home PyEDB - Home
  • Home
  • Why PyEDB?
  • Installation
  • User Guide
  • Migration Guide: DotNet to gRPC
    • Release notes
    • Home
    • Examples
    • Workflows
    • API reference
    • Glossary
    • Troubleshooting
    • Home
    • Contribution Guide
    • Legacy DotNet API (Archived)
Ctrl+K
  • GitHub
  • Support
  • Download documentation in PDF
  • Home
  • Why PyEDB?
  • Installation
  • User Guide
  • Migration Guide: DotNet to gRPC
  • Release notes
  • Home
  • Examples
  • Workflows
  • API reference
  • Glossary
  • Troubleshooting
  • Home
  • Contribution Guide
  • Legacy DotNet API (Archived)
Ctrl+K
  • GitHub
  • Support
  • Download documentation in PDF

Section Navigation

  • drc
  • job_manager
  • 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) 2025 ANSYS, Inc. All rights reserved.

Created using Sphinx 8.1.3.

Built with the Ansys Sphinx Theme 1.6.3.
Last updated on