Ignore:
Timestamp:
Feb 16, 2010, 1:35:48 PM (14 years ago)
Author:
rosiere
Message:

Various modif (add test, and vhdl)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Softwares/MiBench/src/include/benchmark.h

    r124 r137  
    44#define benchmark_h
    55
    6 void run_none                 (void);
     6void run_none                       (void);
     7void run_all                        (void);
     8                                   
     9void run_automative_basicmath       (void);
     10void run_automative_bitcount        (void);
     11void run_automative_qsort           (void);
     12void run_automative_susan           (void);
     13void run_automative_susan_edges     (void);
     14void run_automative_susan_corners   (void);
     15void run_automative_susan_smoothing (void);
    716
    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);
     17void run_network_dijkstra           (void);
     18                                   
     19void run_office_stringsearch        (void);
     20                                   
     21void run_security_sha               (void);
    1822
    1923#endif // benchmark_h
Note: See TracChangeset for help on using the changeset viewer.