Generic model component process distribution template.
Addition of the run time in seconds stacked graph for comparison.
for single model Component template (modelComponentProcess.html)
the component model accepts jsonData in this format
{
timer:{
'name':'timer_name',
'label' :'label',
'time' : time,
'time_percentage': timeInPercentage
},
.....
}
for compare multiple model components( modelComponentProcessCompare.html)
the component model accepts jsonData in this format
{
label:{
time: [time for exp1, time for exp2,...... ]
time_percentage : [time percentage for exp1, time percentage for exp2,...... ]
},
......
}
Generic model component process distribution template. Addition of the run time in seconds stacked graph for comparison.
for single model Component template (modelComponentProcess.html)
for compare multiple model components( modelComponentProcessCompare.html)