summaryrefslogtreecommitdiffstats
path: root/main/performance.h
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2024-08-16 23:45:10 +0200
committerRémi Verschelde <rverschelde@gmail.com>2024-08-16 23:45:10 +0200
commitdbf4be308cf3766946e27b31685e29e26554d1da (patch)
tree296f6a1c08db8a925d0febd339a7523e2e0cfbd2 /main/performance.h
parent28f14102d9da421341d6207677d83ca3cdc08f89 (diff)
parentf9876d3a8897fb70edb1cc20fed851c259889350 (diff)
downloadredot-engine-dbf4be308cf3766946e27b31685e29e26554d1da.tar.gz
Merge pull request #93583 from smix8/obstacle_monitor
Add navigation obstacles to performance monitor stats
Diffstat (limited to 'main/performance.h')
-rw-r--r--main/performance.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/main/performance.h b/main/performance.h
index 34162b2da9..05d678fe55 100644
--- a/main/performance.h
+++ b/main/performance.h
@@ -100,6 +100,7 @@ public:
NAVIGATION_EDGE_MERGE_COUNT,
NAVIGATION_EDGE_CONNECTION_COUNT,
NAVIGATION_EDGE_FREE_COUNT,
+ NAVIGATION_OBSTACLE_COUNT,
MONITOR_MAX
};