index
:
aergia.git
master
A sampling profiler for suspended coroutines, loosely based off of SCALENE
bd
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2025-08-17
Add changes accompanying completion of paper.
HEAD
master
bd
2025-08-11
Do not profile frames if they belong to an event loop without a task.
bd
2025-08-08
More in-depth type-checking for _search_future (now _trace_down)
bd
2025-08-05
Fix asyncgenerators, gather
bd
2025-08-05
No longer profile tasks which are waiting on other tasks
bd
2025-08-05
Add jupyter notebook comparing Aergia and Yappi
bd
2025-07-29
Remove unused import from Aergia
bd
2025-07-29
Update `_get_deepest_traceable_frame' comment again again
bd
2025-07-29
Update `_get_deepest_traceable_frame' comment again
bd
2025-07-29
Update comment on _get_deepest_tracable_frame
bd
2025-07-29
Add the manual test file... in case I hadn't
bd
2025-07-29
Fix bug where unstarted tasks would attribute time to coro decl
bd
2025-07-29
Add some manual tests for aiohttp and aiofiles
bd
2025-07-27
Remove unnecessary comments and logic from get_deepest_frame
bd
2025-07-27
Fix bug where duplicate frames would get added (current tasks)
bd
2025-07-27
Use a more typical strategy for profiling current tasks
bd
2025-07-27
minor modifications to deepest_frame debug printing
bd
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
Re-enable full test suite
bd
2025-07-22
Add a lot more tests, finish yappi comparisons
bd
2025-07-22
Add imperfect logic to include async generators in profiled frames
bd
2025-07-22
Ensure yappi is installed before running the test suite
bd
2025-07-22
Mark internal aergia methods as private
bd
2025-07-22
Clean up some comments in Aergia
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
2025-07-19
Relicensed as Apache2.0
bd
2025-07-19
Fix a bug where inactive loops would be indexed (read desc)
bd
2025-07-19
Reformat repository to allow for new unit tests
bd
2025-07-15
More cleanup of leftover features
bd
2025-07-15
Do not calculate total samples
bd
2025-07-15
Remove back event loop policy to ensure debug mode
bd
2025-07-15
Use environment variables to ensure debug mode is on for event loops
bd
2025-07-14
Attempt 1 to enforce debug mode on
bd
2025-07-14
Simplify reporting to no longer report missed samples
bd
2025-07-14
Sample by extracting frame summaries out of TimerHandler objects
bd
2025-07-13
Attempt 1 to obtain currently executing futures
bd
2025-07-12
Profile with wallclock time, remove extraneous call stack logic
bd
2025-07-01
Search for AbstractEventLoop object rather than Runner
bd
2025-06-26
base support for multi-threaded programs
bd
2025-06-16
Fix bug where native time was not tallied correctly
bd
2025-06-16
Do not return the currently running task while collecting frames
bd
2025-06-16
Remove `filter_duplicated_frame`
bd
2025-06-16
Cleanup output format, simplify sample data structure
bd
2025-06-16
Remove profiling of active tasks
bd
2025-06-16
Add LICENSE, docstring, and small cleanups to aergia.py
bd
[next]