summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2025-07-13Attempt 1 to obtain currently executing futuresbd
2025-07-12Profile with wallclock time, remove extraneous call stack logicbd
2025-07-01Search for AbstractEventLoop object rather than Runnerbd
This has a better chance of working with other platforms, and also catches event loops created manually (flask)
2025-06-26base support for multi-threaded programsbd
2025-06-16Fix bug where native time was not tallied correctlybd
2025-06-16Do not return the currently running task while collecting framesbd
2025-06-16Remove `filter_duplicated_frame`bd
2025-06-16Cleanup output format, simplify sample data structurebd
2025-06-16Remove profiling of active tasksbd
2025-06-16Add LICENSE, docstring, and small cleanups to aergia.pybd
2025-06-15Rename to Aergiabd
2025-06-15Functional monkey-patched EpollSelector, good resultsbd
2025-06-14Begin work of monkey-patching EPollSelectorbd
2025-06-10Profile native time (plausible results)bd
2025-06-10Move disabling signals to own methodbd
2025-06-10Add 'async-off' flag for comparison, add commentsbd
2025-06-09Add naive async profiling functionality and proof of concept programbd
2025-06-09If a sample shouldn't be traced, walk the call stackbd
2025-06-09Rewrite for further similarities to Scalene < v1.0bd
2025-06-08add simult.py testbd
2025-06-08initial commitbd