module StateControl::SaveHistory
Defined in:
state_control/save_history.crInstance Method Summary
- #history
-
#inspect_timeline(io = STDOUT)
draw table with time enter to state and spent in each state ┌───┬────────────┬────────────────────────────────┬────────────────────┐ │ # │ State │ Time │ Spent │ ├───┼────────────┼────────────────────────────────┼────────────────────┤ │ 0 │ Yellow │ YYYY-MM-DDT10:13:02.254106929Z │ 00:00:00.000008061 │ ├───┼────────────┼────────────────────────────────┼────────────────────┤ │ 1 │ Green │ YYYY-MM-DDT10:13:02.254114990Z │ 00:00:00.000010891 │ ├───┼────────────┼────────────────────────────────┼────────────────────┤ │ 2 │ BlinkGreen │ YYYY-MM-DDT10:13:02.254125881Z │ 00:00:00.000005914 │ ├───┼────────────┼────────────────────────────────┼────────────────────┤ │ 3 │ Red │ YYYY-MM-DDT10:13:02.254131795Z │ ∞ │ └───┴────────────┴────────────────────────────────┴────────────────────┘
- #timeline
Instance Method Detail
draw table with time enter to state and spent in each state ┌───┬────────────┬────────────────────────────────┬────────────────────┐ │ # │ State │ Time │ Spent │ ├───┼────────────┼────────────────────────────────┼────────────────────┤ │ 0 │ Yellow │ YYYY-MM-DDT10:13:02.254106929Z │ 00:00:00.000008061 │ ├───┼────────────┼────────────────────────────────┼────────────────────┤ │ 1 │ Green │ YYYY-MM-DDT10:13:02.254114990Z │ 00:00:00.000010891 │ ├───┼────────────┼────────────────────────────────┼────────────────────┤ │ 2 │ BlinkGreen │ YYYY-MM-DDT10:13:02.254125881Z │ 00:00:00.000005914 │ ├───┼────────────┼────────────────────────────────┼────────────────────┤ │ 3 │ Red │ YYYY-MM-DDT10:13:02.254131795Z │ ∞ │ └───┴────────────┴────────────────────────────────┴────────────────────┘