tracex_parser.events.TraceXEvent
- class tracex_parser.events.TraceXEvent(thread_ptr, thread_priority, event_id, timestamp, fn_args)
Bases:
objectBase class for TraceX events. It can be instantiated directly but the function and argument names will not be meaningful.
- Parameters:
- __init__(thread_ptr, thread_priority, event_id, timestamp, fn_args)
Methods
apply_object_registry(obj_reg_map)as_str([txt_colour])Attributes
- as_str(txt_colour=None)
- Parameters:
txt_colour (TextColour | None) –