Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2024-09-27 | Merge github.com:ggeorgakoudis/pChase | Birte Kristina Friesel | -2/+2 | |
2024-06-04 | add a dfatool output format | Birte Kristina Friesel | -2/+23 | |
2024-06-04 | unconditionally compile with NUMA | Birte Kristina Friesel | -12/+0 | |
2024-06-04 | run.cpp: Adjust for today's NUMA API | Birte Kristina Friesel | -4/+5 | |
2018-06-05 | Fixed accessing multiple chains per thread | Giorgis Georgakoudis | -2/+2 | |
2018-06-05 | Fixed cpu count discovery and affinity | Giorgis Georgakoudis | -6/+2 | |
2016-05-16 | parse_rags: return '1' when given --help | Steven Noonan | -1/+1 | |
Otherwise it tries to run with a bogus set of values, causing a segfault. Signed-off-by: Steven Noonan <steven@uplinklabs.net> | ||||
2011-12-01 | Added a TODO. | Tim Besard | -1/+8 | |
2011-12-01 | Fixing error messages. | Tim Besard | -11/+11 | |
2011-12-01 | Thread affinity. | Tim Besard | -0/+20 | |
2011-12-01 | Improving the console UI (adding error messages). | Tim Besard | -48/+96 | |
2011-11-28 | Reverted part of the output option removal. | Tim Besard | -6/+21 | |
2011-11-28 | Using the STD. | Tim Besard | -17/+4 | |
2011-11-28 | Improving CSV output. | Tim Besard | -41/+31 | |
2011-11-21 | Forgot to commit. | Tim Besard | -0/+1 | |
2011-11-21 | Adding documentation to Chain type. | Tim Besard | -0/+7 | |
2011-11-21 | Destructor bugfix (prevent a Run object getting destructed through a Thread ↵ | Tim Besard | -1/+1 | |
pointed, which would cause the Thread destructor not getting called). | ||||
2011-11-21 | Updated headers. | Tim Besard | -26/+19 | |
2011-11-21 | Bugfix. | Tim Besard | -1/+1 | |
2011-11-21 | Removing dead code. | Tim Besard | -5/+0 | |
2011-11-21 | Removing stream mode due to not being implemented. | Tim Besard | -370/+1 | |
2011-11-21 | Default to a release build, and move some duplicate code out an inner loop. | Tim Besard | -16/+11 | |
2011-11-19 | Support for different prefetching hints. | Tim Besard | -20/+77 | |
2011-11-19 | Comment fix. | Tim Besard | -2/+2 | |
2011-11-19 | Fixing alternative output modes. | Tim Besard | -0/+3 | |
2011-11-19 | Using a boolean for strict. | Tim Besard | -6/+6 | |
2011-11-19 | Option renaming. | Tim Besard | -17/+20 | |
2011-11-07 | Lowercase is nicer. | Tim Besard | -46/+46 | |
2011-11-02 | Structs don't have private fields. | Tim Besard | -1/+0 | |
2011-11-02 | Cleaning up a bit. | Tim Besard | -39/+196 | |
2011-11-02 | Prefetching. | Tim Besard | -1/+2 | |
2011-11-02 | Unused now, we generate our own ASM. | Tim Besard | -8/+0 | |
2011-11-02 | Switching to AsmJit generated chasing routines. | Tim Besard | -618/+108 | |
2011-11-02 | Moving to a POD Chain. | Tim Besard | -80/+48 | |
2011-11-02 | Improved NOP calculation. Still not good enough. | Tim Besard | -3/+21 | |
2011-11-02 | Removing redundant main headers. | Tim Besard | -114/+0 | |
2011-11-02 | Formatting the source. | Tim Besard | -2055/+2085 | |
2011-11-01 | Reducing prefetching instructions by changing end of chain check. | Tim Besard | -42/+60 | |
2011-10-31 | Bugfix, but not in a nice way (extra instruction). | Tim Besard | -16/+16 | |
2011-10-31 | Adding prefetching. | Tim Besard | -8/+51 | |
2011-10-31 | Adding busy cycles. | Tim Besard | -8/+52 | |
2011-10-27 | Cleaning up the code a bit. | Tim Besard | -0/+2928 | |