Update analysis architecture diagram after moving ownership of DataModel
This commit is contained in:
parent
10caca0b69
commit
ec2798d712
1 changed files with 1 additions and 2 deletions
|
@ -682,11 +682,10 @@ abstract class Dependant {
|
|||
}
|
||||
abstract class EventHandler {
|
||||
+handler_map(): map
|
||||
+data(): DataModel {abstract}
|
||||
+data(): DataModel
|
||||
+process(events) {static}
|
||||
}
|
||||
class ProfileHandler {
|
||||
+data(): ProfileDataModel
|
||||
+_handle_sched_switch(event, metadata)
|
||||
+_handle_function_entry(event, metadata)
|
||||
+_handle_function_exit(event, metadata)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue