Added total camera fps, total processed fps, and total skipped fps to stats api (#19469)

Co-authored-by: Mark Francis <markfrancisonly@gmail.com>
This commit is contained in:
markfrancisonly
2025-08-16 10:20:33 -05:00
committed by Blake Blackshear
co-authored by Mark Francis
parent cc18d7f786
commit 8e663413bb
5 changed files with 18 additions and 13 deletions
+3
View File
@@ -45,6 +45,9 @@ class BaseTestHttp(unittest.TestCase):
},
}
self.test_stats = {
"camera_fps": 5.0,
"process_fps": 5.0,
"skipped_fps": 0.0,
"detection_fps": 13.7,
"detectors": {
"cpu1": {
+3
View File
@@ -49,6 +49,9 @@ class TestHttp(unittest.TestCase):
},
}
self.test_stats = {
"camera_fps": 5.0,
"process_fps": 5.0,
"skipped_fps": 0.0,
"detection_fps": 13.7,
"detectors": {
"cpu1": {