Changeset 137 for trunk/Softwares/MiBench/src/include
- Timestamp:
- Feb 16, 2010, 1:35:48 PM (15 years ago)
- Location:
- trunk/Softwares/MiBench/src/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Softwares/MiBench/src/include/benchmark.h
r124 r137 4 4 #define benchmark_h 5 5 6 void run_none (void); 6 void run_none (void); 7 void run_all (void); 8 9 void run_automative_basicmath (void); 10 void run_automative_bitcount (void); 11 void run_automative_qsort (void); 12 void run_automative_susan (void); 13 void run_automative_susan_edges (void); 14 void run_automative_susan_corners (void); 15 void run_automative_susan_smoothing (void); 7 16 8 void run_automative_basicmath (void); 9 void run_automative_bitcount (void); 10 void run_automative_qsort (void); 11 void run_automative_susan (void); 12 13 void run_network_dijkstra (void); 14 15 void run_office_stringsearch (void); 16 17 void run_security_sha (void); 17 void run_network_dijkstra (void); 18 19 void run_office_stringsearch (void); 20 21 void run_security_sha (void); 18 22 19 23 #endif // benchmark_h -
trunk/Softwares/MiBench/src/include/workload.h
r124 r137 12 12 void (*WorkLoad[])() = 13 13 { 14 (void *) run_ security_sha14 (void *) run_automative_susan 15 15 }; 16 16
Note: See TracChangeset
for help on using the changeset viewer.