summaryrefslogtreecommitdiff
path: root/t/utils.py
AgeCommit message (Collapse)Author
2025-08-17Add changes accompanying completion of paper.HEADmasterbd
2025-07-29Add some manual tests for aiohttp and aiofilesbd
2025-07-27Partial solution to tracing all lines (coroutines calling methods)bd
2025-07-22Add a lot more tests, finish yappi comparisonsbd
2025-07-22Trial the addition of some yappi-aergia comparison testsbd
2025-07-22Refactor test suite, add commentsbd
2025-07-20Aergia.get_deepest_traceable_frame refactor, testsbd
Generators and list comprehension gives correct but less ideal results, matching yappi. Can this be improved in the future?
2025-07-19Fix a bug where inactive loops would be indexed (read desc)bd
Cleaned up Aergia.walk_back_until_loop to only get running event loops. Previously, this manifested as a bug. The asyncio.Process class would fork off a thread, and the event loop would be found in that thread's local variables, even though that thread was not executing that event loop. This would result in get_event_loops containing duplicate values, and affected event loops would be assigned duplicate time
2025-07-19Reformat repository to allow for new unit testsbd