Loading ci/complexity_measurements/index_complexity.html +16 −14 Original line number Diff line number Diff line Loading @@ -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>" Loading Loading @@ -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>"; Loading Loading @@ -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>"; Loading Loading
ci/complexity_measurements/index_complexity.html +16 −14 Original line number Diff line number Diff line Loading @@ -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>" Loading Loading @@ -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>"; Loading Loading @@ -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>"; Loading