aboutsummaryrefslogtreecommitdiffstats
path: root/test/monniaux/tacle-bench-powerwindow/changeLog
blob: e8989ddc3fc4ccb33f1964fa3cf93bc136277d87 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
Adjusted the original files to tacle benchmark requirements

Created the input serials in void powerwindow_input_initialize(void) to cover the real life scenarios 

23-03-2016:
Deleted folder powerwindow_SourceFiles moved all the contained c files to PowerWindow folder

Created headerfile powerwindow.h

Added

#ifndef NULL
#define NULL   ((void *) 0)
#endif

to header file powerwindow.h

Deleted #include <stdio.h> in all files replaced with headerfile powerwindow.h

Deleted function powerwindow_GetErrorStatus(void) and the related code

Commented  
	long tic, toc, tictoc;
	tic = powerwindow_get_cycles();
	toc = powerwindow_get_cycles();
	tictoc = toc-tic;
	printf("%ld\n",tictoc ); 

in the int main(void).  Uncomment can print the execution time of the powerwindow benchmark.

Adjusted the description of all the files

21-04-2016

Adjusted the author and license

18-04-2017:
Annotated powerwindow_main as entry-point for timing analysis

10-07-2017
- Fix changelog order so dates are correctly sorted.
- Fix input array length to avoid possible buffer overflow.