Misc experiments and utilities
This repo contains the results of the experiments we performed. During Exp1 and Exp2 we have compiled 100 different configurations for each. To have a fair measure we have compiled each configuration 5 times.
Firstly we compiled using tuxml, and we retrieved our results from the database. We created pandas Dataframes with these results, they contain all the information needed for future analysis.
In a second time, we recompiled these same configurations 5 times, but this time not with tuxml, just with the native method, i.e by copying the .config and then "make". It gave us another two Dataframes which contain these results.
During Exp-mutated_configs we change the value of specific options in order to see which impact they have on the size of a kernel.