projects
/
satune.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4b6c69f
)
Adding the new tunable to the print function
author
Hamed Gorjiara
<hgorjiar@uci.edu>
Tue, 16 Oct 2018 00:18:42 +0000
(17:18 -0700)
committer
Hamed Gorjiara
<hgorjiar@uci.edu>
Tue, 16 Oct 2018 00:18:42 +0000
(17:18 -0700)
src/Tuner/tunable.cc
patch
|
blob
|
history
diff --git
a/src/Tuner/tunable.cc
b/src/Tuner/tunable.cc
index 899bab0e81d4fd508ba6cdfa2285cea9dfff32b7..9d45407a21c2b0dba44409e368fe29ebac298f3a 100644
(file)
--- a/
src/Tuner/tunable.cc
+++ b/
src/Tuner/tunable.cc
@@
-49,6
+49,8
@@
const char *tunableParameterToString(Tunables tunable) {
return "NAIVEENCODER";
case MUSTVALUE:
return "MUSTVALUE";
+ case VARIABLEORDER:
+ return "VARIABLEORDER";
default:
ASSERT(0);
}