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

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions