include/lightspeed@testing_LogEntry.hrl

-record(log_entry, {
    step :: integer(),
    instruction :: lightspeed@agent@isa:instruction(),
    opcode :: binary(),
    summary :: binary()
}).