This PR is to fix #131 , add latency data to the echarts on SPA.
The whole bar represents the end to end latency, the bottom half of the bar represents the stream to inference (end) latency, and the top half of the bar represents the inference (end) to ui latency. The chart update every second (so the latency is average over 1s) and has up to 5 bars.
This PR is to fix #131 , add latency data to the echarts on SPA.
The whole bar represents the end to end latency, the bottom half of the bar represents the stream to inference (end) latency, and the top half of the bar represents the inference (end) to ui latency. The chart update every second (so the latency is average over 1s) and has up to 5 bars.