X-Git-Url: http://plrg.eecs.uci.edu/git/?p=satune.git;a=blobdiff_plain;f=src%2FTuner%2Fsearchtuner.cc;h=c7b3aab2b690036f07fc26e791a63a1765e4aafc;hp=3486a9c737eab26ca7b120df730d389857fa8b64;hb=31d8e919360f167a7a3317d7e9482e3bd9f70b8e;hpb=8caa8c3d3d523566be88803ac9a12eb2e0b14db6 diff --git a/src/Tuner/searchtuner.cc b/src/Tuner/searchtuner.cc index 3486a9c..c7b3aab 100644 --- a/src/Tuner/searchtuner.cc +++ b/src/Tuner/searchtuner.cc @@ -44,11 +44,12 @@ void TunableSetting::setDecision(int _low, int _high, int _default, int _selecti } void TunableSetting::print() { + model_print("Param %s = %u \t range=[%u,%u]", tunableParameterToString( (Tunables)param), selectedValue, lowValue, highValue); if (hasVar) { - model_print("VarType1 %" PRIu64 ", ", type1); + model_print("\tVarType1 %" PRIu64 ", ", type1); model_print("VarType2 %" PRIu64 ", ", type2); } - model_print("Param %s = %u \t range=[%u,%u]\n", tunableParameterToString( (Tunables)param), selectedValue, lowValue, highValue); + model_print("\n"); } unsigned int tunableSettingHash(TunableSetting *setting) {