File tree Expand file tree Collapse file tree 3 files changed +11
-13
lines changed Expand file tree Collapse file tree 3 files changed +11
-13
lines changed Original file line number Diff line number Diff line change @@ -116,6 +116,7 @@ add_message_files(
116
116
PIDParam.msg
117
117
Point2.msg
118
118
Profiling.msg
119
+ ProfilingArray.msg
119
120
Range.msg
120
121
RangeBall.msg
121
122
RGB.msg
Original file line number Diff line number Diff line change 1
- # Profiling message carries a list of execution times with their associated names
1
+ string name
2
2
3
- std_msgs/Header header
4
-
5
- # Name of each code block executed
6
- string [] names
7
-
8
- # Time spent in each code block
9
- # Must match the size with 'names' attribute
10
- float32 [] times
11
-
12
- # (Optional) Any valuable indication from the execution of each code block
13
- # Must match the size with 'names' attribute if it is not empty
14
- float32 [] data
3
+ float64 time_ms
Original file line number Diff line number Diff line change
1
+ # Profiling message carries a list of execution times with their associated names
2
+ std_msgs/Header header
3
+
4
+ string node_name
5
+
6
+ brain_box_msgs/Profiling main
7
+
8
+ brain_box_msgs/Profiling [] steps
You can’t perform that action at this time.
0 commit comments