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

adjust tooltips

parent 3b30e0fb
Loading
Loading
Loading
Loading
Loading
+16 −14
Original line number Diff line number Diff line
@@ -789,25 +789,25 @@ function RAM() {
              if( item.series.id == "maxTotalRamDecScore" ){ 
               text += "Max. total RAM dec: " + graph.runs[x].maxTotalRamDec + "<br>";
              }
              if( item.series.id == "maxDynamicRamCodecScore" ){ 
                text += "Max. dynamic RAM enc: " + graph.runs[x].maxDynamicRamEnc + "<br>";
                text += "Max. dynamic RAM dec: " + graph.runs[x].maxDynamicRamDec + "<br>";
              if( item.series.id == "maxStackCodecScore" ){ 
                text += "Max. Stack enc: " + graph.runs[x].maxStackEnc + "<br>";
                text += "Max. Stack dec: " + graph.runs[x].maxStackDec + "<br>";
              }
              if( item.series.id == "maxDynamicRamEncScore" ){ 
                text += "Max. dynamic RAM enc: " + graph.runs[x].maxDynamicRamEnc + "<br>";
              if( item.series.id == "maxStackEncScore" ){ 
                text += "Max. Stack enc: " + graph.runs[x].maxStackEnc + "<br>";
              }
             if( item.series.id == "maxDynamicRamDecScore" ){ 
               text += "Max. dynamic RAM dec: " + graph.runs[x].maxDynamicRamDec + "<br>";
             if( item.series.id == "maxStackDecScore" ){ 
               text += "Max. Stack dec: " + graph.runs[x].maxStackDec + "<br>";
              }
              if( item.series.id == "maxStaticRamCodecScore" ){ 
                text += "Max. static RAM enc: " + graph.runs[x].maxStaticRamEnc + "<br>";
                text += "Max. static RAM dec: " + graph.runs[x].maxStaticRamDec + "<br>";
              if( item.series.id == "maxHeapCodecScore" ){ 
                text += "Max. Heap enc: " + graph.runs[x].maxHeapEnc + "<br>";
                text += "Max. Heap dec: " + graph.runs[x].maxHeapDec + "<br>";
              }
              if( item.series.id == "maxStaticRamEncScore" ){ 
                text += "Max. static RAM enc: " + graph.runs[x].maxStaticRamEnc + "<br>";
              if( item.series.id == "maxHeapEncScore" ){ 
                text += "Max. Heap enc: " + graph.runs[x].maxHeapEnc + "<br>";
              }
              if( item.series.id == "maxStaticRamDecScore" ){ 
               text += "Max. static RAM dec: " + graph.runs[x].maxStaticRamDec + "<br>";
              if( item.series.id == "maxHeapDecScore" ){ 
               text += "Max. Heap dec: " + graph.runs[x].maxHeapDec + "<br>";
              }

              text += "<br>"
@@ -940,6 +940,7 @@ function ROM() {
                }
              }

/*
              if( item.series.id == "TotalRomCodecScore" ){ 
                text += "Worst case enc: " + graph.runs[x].TotalRomEnc + "<br>";
                text += "Worst case dec: " + graph.runs[x].TotalRomDec + "<br>";
@@ -970,6 +971,7 @@ function ROM() {
              if( item.series.id == "TROMDecScore" ){ 
                text += "Worst case dec: " + graph.runs[x].TromDec + "<br>";
              }
*/

              text += "<br>"
	      text += "Revision: " + graph.runs[x].revision + "<br>";