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 (
Collapse
)
Author
2025-07-12
Profile with wallclock time, remove extraneous call stack logic
bd
2025-07-01
Search for AbstractEventLoop object rather than Runner
bd
This has a better chance of working with other platforms, and also catches event loops created manually (flask)
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
2025-06-15
Rename to Aergia
bd
2025-06-15
Functional monkey-patched EpollSelector, good results
bd
2025-06-14
Begin work of monkey-patching EPollSelector
bd
2025-06-10
Profile native time (plausible results)
bd
2025-06-10
Move disabling signals to own method
bd
2025-06-10
Add 'async-off' flag for comparison, add comments
bd
2025-06-09
Add naive async profiling functionality and proof of concept program
bd
2025-06-09
If a sample shouldn't be traced, walk the call stack
bd
2025-06-09
Rewrite for further similarities to Scalene < v1.0
bd
2025-06-08
add simult.py test
bd
2025-06-08
initial commit
bd