summaryrefslogtreecommitdiffstats
path: root/dis/Neighborhood/initializeImage.c
Commit message (Collapse)AuthorAge
* DIS fixes used for (rejected) RTSS'20 submissionJoshua Bakita2020-10-17
- All: Output times to stderr and nothing to stdout - Field, Update, Pointer: change definition of a job to match other stressmark execution times more closely - Matrix: move all allocations into main() - Update: Use volatile to prevent computations from being optimized out - Transitive: Use volatile to prevent computations from being optimized out - Neighborhood: Use working version of drawLineSegment from original DIS sample code