Update analysis architecture diagram after moving ownership of DataModel

This commit is contained in:
Christophe Bedard 2020-01-01 00:21:30 -05:00
parent 10caca0b69
commit ec2798d712

View file

@ -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)