transactron.cmd package
Submodules
transactron.cmd.evlog module
- transactron.cmd.evlog.print_events(log: EventLog, out, *, mode: str, name_filter: str | None, cycles: str | None)
- transactron.cmd.evlog.site_field_types(site: EventSiteSchema) dict[str, Any]
Returns the declared field types of the site’s event, or an empty mapping if the event type is not registered (its defining module was not imported).
transactron.cmd.tprof module
- transactron.cmd.tprof.filter_nodes(nodes: list[RunStatNode], key: Callable[[RunStat], str], regex: str)
- transactron.cmd.tprof.main()
- transactron.cmd.tprof.process_stat_tree(xs: Iterable[RunStatNode], recursive: bool, ret: list[tuple] | None = None, depth=0) list[tuple]
- transactron.cmd.tprof.sort_node(node: RunStatNode, sort_order: str)