Skip to content

Does not support coroutines at all #161

@apollovy

Description

@apollovy
import asyncio
from memory_profiler import profile


@profile
async def func():
    pass


if __name__ == '__main__':
    asyncio.get_event_loop().run_until_complete(func())

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