Commit ef4d8850 authored by Jan Kiene's avatar Jan Kiene
Browse files

remove references from genWebpageData.py

parent f37ee0c5
Loading
Loading
Loading
Loading
+16 −13
Original line number Diff line number Diff line
@@ -90,16 +90,16 @@ RUNS_LINE_IDX = {

DISPLAY_IDS = {
    "wmops": [
        "3xEVS",
        "6xEVS",
        "10xEVS",
        #"3xEVS",
        #"6xEVS",
        #"10xEVS",
        "worst case codec",
        "worst case enc/dec",
        "worst case enc",
        "worst case dec",
    ],
    "rom": [
        "requirementRom",
        #"requirementRom",
        "TotalRomCodecScore",
        "maxPROMEncScore",
        "maxPROMDecScore",
@@ -111,7 +111,7 @@ DISPLAY_IDS = {
        "maxTROMRendScore",
    ],
    "ram": [
        "requirementRam",
        #"requirementRam",
        "maxTotalRamCodecScore",
        "maxTotalRamEncScore",
        "maxTotalRamDecScore",
@@ -129,9 +129,12 @@ DISPLAY_IDS = {
}
# the -1's are for reference lines
DISPLAY_LINE_IDX = {
    "wmops": [-1, -1, -1, 9, 3, 5, 7],
    "rom": [-1, 3, 5, 7, 9, 11, 13, 15, 17, 19],
    "ram": [-1, 3, 5, 7, 8, 10, 12, 13, 15, 17],
    #"wmops": [-1, -1, -1, 9, 3, 5, 7],
    #"rom": [-1, 3, 5, 7, 9, 11, 13, 15, 17, 19],
    #"ram": [-1, 3, 5, 7, 8, 10, 12, 13, 15, 17],
    "wmops": [9, 3, 5, 7],
    "rom": [3, 5, 7, 9, 11, 13, 15, 17, 19],
    "ram": [3, 5, 7, 8, 10, 12, 13, 15, 17],
    "wmops_per_op": [1, 2],
}
DISPLAY_LABELS = {
@@ -144,16 +147,16 @@ REF_COLOR_FOR_COMP_BARS = dict(
)
LINE_COLORS = {
    "wmops": [
        REF_COLORS[0],
        REF_COLORS[1],
        REF_COLORS[2],
        #REF_COLORS[0],
        #REF_COLORS[1],
        #REF_COLORS[2],
        "#0080FF",
        "#FF8000",
        "#CF4B4B",
        "#008040",
    ],
    "rom": [
        REF_COLORS[0],
        #REF_COLORS[0],
        "#FF0000",
        "#FF8000",
        "#FFFF00",
@@ -165,7 +168,7 @@ LINE_COLORS = {
        "#00FF00",
    ],
    "ram": [
        REF_COLORS[0],
        #REF_COLORS[0],
        "#FF0000",
        "#FF8000",
        "#FFFF00",