Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-05-21 | gras: use new PMC serialization API | Josh Blum | |
2013-05-16 | gras: update submodules for awesome work | Josh Blum | |
2013-05-13 | gras: update PMC submodule for pc file | Josh Blum | |
2013-05-11 | gras: fix assert fail by setting time on fail condition | Josh Blum | |
2013-05-11 | gras: moved query app to top level | Josh Blum | |
2013-05-11 | gras: special note about the GRAS_YIELD environment variable | Josh Blum | |
2013-05-11 | gras: make output_buffer_queues match previous logic | Josh Blum | |
2013-05-11 | gras: added port downtime measurements | Josh Blum | |
2013-05-11 | gras: created new test_thread_priority api call | Josh Blum | |
2013-05-11 | gras: added thread prio support hooks | Josh Blum | |
2013-05-10 | gras: added more theron counters + query work | Josh Blum | |
2013-05-09 | gras: added topology feedback unit test | Josh Blum | |
2013-05-09 | gras: updated submodules | Josh Blum | |
2013-05-07 | gras: serialization loop for sbuffer | Josh Blum | |
2013-05-07 | gras: create common gras/exception.i header | Josh Blum | |
fix other misc swig warnings | |||
2013-05-06 | gras: update submodules commit foo | Josh Blum | |
2013-05-06 | gras: increase default number of buffers | Josh Blum | |
Think about benchmark implications later, this only helps parallelism. And also those blocks that inline buffers. | |||
2013-05-06 | Merge branch 'theron6_work' | Josh Blum | |
2013-05-06 | gras: leave assertions in, can help more than hurt | Josh Blum | |
2013-05-06 | gras: dont need this is automatic | Josh Blum | |
2013-05-05 | query: added bytes copied stat | Josh Blum | |
2013-05-05 | query: added actor depth stat | Josh Blum | |
2013-05-05 | query: print something if theres no counts | Josh Blum | |
2013-05-05 | Merge branch 'master' into theron6_work | Josh Blum | |
2013-05-05 | gras: added post input buffer/message/tag api calls | Josh Blum | |
This allows the user to post stuff to the input port from an external entity aka outside of the scheduler. resolves #86 | |||
2013-05-05 | gras: fixed wrong integer type for item index | Josh Blum | |
2013-05-05 | gras: update grextras submodule for fixes and serialization work | Josh Blum | |
2013-05-05 | gras: name of block in error messages helps | Josh Blum | |
2013-05-04 | gras: rename to serialize_types.cpp | Josh Blum | |
2013-05-04 | gras: added serialization support for gras types | Josh Blum | |
sbuffer, streamtag, and packetmsg get registered into the polymorphic archive w/ unit tests resolves #65 | |||
2013-05-04 | gras: update submodules for windows fixes | Josh Blum | |
2013-05-04 | gras: fix nasty little error possibility when not asserting | Josh Blum | |
2013-05-04 | gras: implement force done input port option | Josh Blum | |
fixes #28 | |||
2013-05-03 | gras: update thread pool comments | Josh Blum | |
2013-05-02 | Merge branch 'master' into theron6_work | Josh Blum | |
2013-05-02 | gras: inline the sbuffer deref code | Josh Blum | |
2013-05-02 | gras: update grextras for opencl fixes | Josh Blum | |
2013-05-01 | gras: update submodules for fixes | Josh Blum | |
2013-05-01 | gras: update PMC submodule for potential fix | Josh Blum | |
2013-04-30 | query: added allocator debug element | Josh Blum | |
2013-04-30 | benchmarks: removed keep_m_in_n block from many rates | Josh Blum | |
This block is optimized for laziness and not performance since it returns before finishing its input based on whatever M is. This means that m=1, n=1, this block produces 1000's of outputs per input buffer, and its not really what I am looking to benchmark... ironically, keep_m_in_n crappy implementation makes for big wins on GRAS either due to lower scheduler overhead or locking contentions easier. However, its crazy number of tiny outputs really rails on the mailbox queue of the next block in the chain and causes the caching allocators to get very exited. I guess thats all fine since the block is meant to be lazy... But I cant measure the effectiveness of a typical allocator situation. Signing off... | |||
2013-04-30 | Merge branch 'master' into theron6_work | Josh Blum | |
Conflicts: Theron | |||
2013-04-30 | gras: update grextras submodule for tuntap fix | Josh Blum | |
2013-04-30 | query: do not save the panel in args | Josh Blum | |
args is meant to be serialized for local storage factory functions now get panel as another argument | |||
2013-04-29 | gras: update submodules for little fixes | Josh Blum | |
2013-04-29 | quick stashies | Josh Blum | |
2013-04-28 | gras: updated Theron submodule | Josh Blum | |
2013-04-28 | Merge branch 'master' into theron6_work | Josh Blum | |
2013-04-28 | gras: simplify PMC registration with new macro | Josh Blum | |
2013-04-27 | gras: update extras submodule for opencl | Josh Blum | |