Loading ci/complexity_measurements/index_complexity.html +8 −8 Original line number Diff line number Diff line Loading @@ -707,7 +707,7 @@ function RAM() { max: max_val, tickFormatter: function (v, axis) { if (graph.direction == -1) return v + " Word"; return v + " bytes"; return v; }, invert: graph.direction == 1 Loading Loading @@ -755,7 +755,7 @@ function RAM() { var text = 'Score: ' + y; if (graph.direction == -1) text += " Word"; text += " bytes"; text += "<br>"; if (x > 0) { Loading @@ -774,7 +774,7 @@ function RAM() { if (diff === diff) { text += String.fromCharCode(916) + ": " + diff; if (graph.direction == -1) text += " Word"; text += " bytes"; text += " (" + pdiff + "% " + better + ")<br>"; } } Loading Loading @@ -816,7 +816,7 @@ function RAM() { text += "<a href=\"logs/" + graph.runs[x].logFile + "\">Logfile</a><br>"; } else { text = "RAM requirement: 100000 Word"; text = "RAM requirement: 400000 bytes"; } showToolTip(item.pageX, item.pageY, text); Loading Loading @@ -868,7 +868,7 @@ function ROM() { max: max_val, tickFormatter: function (v, axis) { if (graph.direction == -1) return v + " Word"; return v + " bytes"; return v; }, invert: graph.direction == 1 Loading Loading @@ -916,7 +916,7 @@ function ROM() { var text = 'Score: ' + y; if (graph.direction == -1) text += " Word"; text += " bytes"; text += "<br>"; if (x > 0) { Loading @@ -935,7 +935,7 @@ function ROM() { if (diff === diff) { text += String.fromCharCode(916) + ": " + diff; if (graph.direction == -1) text += " Word"; text += " bytes"; text += " (" + pdiff + "% " + better + ")<br>"; } } Loading Loading @@ -991,7 +991,7 @@ function ROM() { */ } else { text = "ROM requirement: 200 kWord"; text = "ROM requirement: 800000 bytes"; } showToolTip(item.pageX, item.pageY, text); Loading Loading
ci/complexity_measurements/index_complexity.html +8 −8 Original line number Diff line number Diff line Loading @@ -707,7 +707,7 @@ function RAM() { max: max_val, tickFormatter: function (v, axis) { if (graph.direction == -1) return v + " Word"; return v + " bytes"; return v; }, invert: graph.direction == 1 Loading Loading @@ -755,7 +755,7 @@ function RAM() { var text = 'Score: ' + y; if (graph.direction == -1) text += " Word"; text += " bytes"; text += "<br>"; if (x > 0) { Loading @@ -774,7 +774,7 @@ function RAM() { if (diff === diff) { text += String.fromCharCode(916) + ": " + diff; if (graph.direction == -1) text += " Word"; text += " bytes"; text += " (" + pdiff + "% " + better + ")<br>"; } } Loading Loading @@ -816,7 +816,7 @@ function RAM() { text += "<a href=\"logs/" + graph.runs[x].logFile + "\">Logfile</a><br>"; } else { text = "RAM requirement: 100000 Word"; text = "RAM requirement: 400000 bytes"; } showToolTip(item.pageX, item.pageY, text); Loading Loading @@ -868,7 +868,7 @@ function ROM() { max: max_val, tickFormatter: function (v, axis) { if (graph.direction == -1) return v + " Word"; return v + " bytes"; return v; }, invert: graph.direction == 1 Loading Loading @@ -916,7 +916,7 @@ function ROM() { var text = 'Score: ' + y; if (graph.direction == -1) text += " Word"; text += " bytes"; text += "<br>"; if (x > 0) { Loading @@ -935,7 +935,7 @@ function ROM() { if (diff === diff) { text += String.fromCharCode(916) + ": " + diff; if (graph.direction == -1) text += " Word"; text += " bytes"; text += " (" + pdiff + "% " + better + ")<br>"; } } Loading Loading @@ -991,7 +991,7 @@ function ROM() { */ } else { text = "ROM requirement: 200 kWord"; text = "ROM requirement: 800000 bytes"; } showToolTip(item.pageX, item.pageY, text); Loading