Skip to content

Properly calculate the reported time of how much Lynara took #2

@pkucmus

Description

@pkucmus

Currently Lynara counts the lifespan time as the time it look to process a requests - that is misleading and should be fixed:

LOGGER.info(
"Lynara execution time: %.5f s, out of which interface time: %.5f s",
(time() - start_time),
(time() - interface_start_time),
)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions