Skip to content

Performance issue in ModuleSystemHeatConverter.FixedUpdate #131

@JonnyOThan

Description

@JonnyOThan

I haven't looked too far into this, but someone sent me a profile capture that showed this module taking a surprising amount of time.

Image

There's a number of memory allocations, including what looks like string formatting which should usually not be done in FixedUpdate (if this is for updating something in a PAW, you only need to update it when the PAW is open):

Image

There's also allocations inside AddFlux:

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions