| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-07-27 | Partial solution to tracing all lines (coroutines calling methods) | bd | |
| 2025-07-26 | Profile the current task as well | bd | |
| 2025-07-22 | Add a lot more tests, finish yappi comparisons | bd | |
| 2025-07-22 | Mark internal aergia methods as private | bd | |
| 2025-07-22 | Trial the addition of some yappi-aergia comparison tests | bd | |
| 2025-07-22 | Refactor test suite, add comments | bd | |
| 2025-07-21 | Update comments reflecting on asyncio.gather and task groups | bd | |
| 2025-07-21 | Adapt the rest of the existing test to unit tests | bd | |
| 2025-07-20 | Aergia.get_deepest_traceable_frame refactor, tests | bd | |
| Generators and list comprehension gives correct but less ideal results, matching yappi. Can this be improved in the future? | |||
| 2025-07-19 | Relicensed as Apache2.0 | bd | |
| 2025-07-19 | Fix 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-19 | Reformat repository to allow for new unit tests | bd | |
