Description: Iterative List Length, f(1024) = 1024, Processor Clock Rate ~= 2.2609 GHz (extracted from file) CPE = 3.78 Description: Iterative List Sum, f(1024) = 523776, CPE = 4.72 Description: Pipelined List Sum with old, f(1024) = 523776, CPE = 4.76 Description: Pipelined List Sum with new, f(1024) = 523776, CPE = 4.72 Description: Recursive List Length, f(1024) = 1024, CPE = 4.05 Description: Recursive List Sum, f(1024) = 523776, CPE = 4.77 Description: List Length with Clear, f(1024) = 1024, CPE = 7.33 Description: List Sum with Clear, f(1024) = 523776, CPE = 4.66 Description: List Copy, list --> list, CPE = 5.25 Description: List Copy, list --> list->next, CPE = 7.16 Description: List Copy, list->next --> list, CPE = 7.31 Description: Pipelined List Copy Do-While, list --> list, CPE = 5.59 Description: Pipelined List Copy Do-While, list --> list->next, CPE = 5.54 Description: Pipelined List Copy Do-While, list->next --> list, CPE = 5.57 Description: Pipelined List Copy While, list --> list, CPE = 5.57 Description: Pipelined List Copy While, list --> list->next, CPE = 5.77 Description: Pipelined List Copy While, list->next --> list, CPE = 5.57 Description: Stationary Copy, list --> list, CPE = 0.04 Description: Stationary Copy, list --> list->next, CPE = -0.00 Description: Stationary Copy, list->next --> list, CPE = 0.00