Merge branch 'update-doc' into 'master'
Update analysis architecture diagram after moving ownership of DataModel See merge request micro-ROS/ros_tracing/ros2_tracing!127
This commit is contained in:
commit
d63eb3d061
1 changed files with 1 additions and 2 deletions
|
@ -682,11 +682,10 @@ abstract class Dependant {
|
||||||
}
|
}
|
||||||
abstract class EventHandler {
|
abstract class EventHandler {
|
||||||
+handler_map(): map
|
+handler_map(): map
|
||||||
+data(): DataModel {abstract}
|
+data(): DataModel
|
||||||
+process(events) {static}
|
+process(events) {static}
|
||||||
}
|
}
|
||||||
class ProfileHandler {
|
class ProfileHandler {
|
||||||
+data(): ProfileDataModel
|
|
||||||
+_handle_sched_switch(event, metadata)
|
+_handle_sched_switch(event, metadata)
|
||||||
+_handle_function_entry(event, metadata)
|
+_handle_function_entry(event, metadata)
|
||||||
+_handle_function_exit(event, metadata)
|
+_handle_function_exit(event, metadata)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue