<feed xmlns='http://www.w3.org/2005/Atom'>
<title>aergia.git/t/eager_and_scheduled.py, branch master</title>
<subtitle>A sampling profiler for suspended coroutines, loosely based off of SCALENE
</subtitle>
<id>https://git.operationnull.com/aergia.git/atom?h=master</id>
<link rel='self' href='https://git.operationnull.com/aergia.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.operationnull.com/aergia.git/'/>
<updated>2025-07-21T18:53:59+00:00</updated>
<entry>
<title>Adapt the rest of the existing test to unit tests</title>
<updated>2025-07-21T18:53:59+00:00</updated>
<author>
<name>bd</name>
<email>bdunahu@operationnull.com</email>
</author>
<published>2025-07-21T18:53:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.operationnull.com/aergia.git/commit/?id=83e88319b72df01fa70e6bf3a020ab745cdef661'/>
<id>urn:sha1:83e88319b72df01fa70e6bf3a020ab745cdef661</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix a bug where inactive loops would be indexed (read desc)</title>
<updated>2025-07-20T05:22:13+00:00</updated>
<author>
<name>bd</name>
<email>bdunahu@operationnull.com</email>
</author>
<published>2025-07-20T05:22:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.operationnull.com/aergia.git/commit/?id=0c0af7dd5a9d1c30820b52f8209151f0f2d5610d'/>
<id>urn:sha1:0c0af7dd5a9d1c30820b52f8209151f0f2d5610d</id>
<content type='text'>
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
</content>
</entry>
<entry>
<title>Reformat repository to allow for new unit tests</title>
<updated>2025-07-20T04:21:10+00:00</updated>
<author>
<name>bd</name>
<email>bdunahu@operationnull.com</email>
</author>
<published>2025-07-20T04:21:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.operationnull.com/aergia.git/commit/?id=ac55d9ff0b588b91202ccad72ee71e508e33ad08'/>
<id>urn:sha1:ac55d9ff0b588b91202ccad72ee71e508e33ad08</id>
<content type='text'>
</content>
</entry>
</feed>
