VmExecutionDetails
VmExecutionDetails contains detailed VM state after execution.
Package: thru.services.v1
Fields
Section titled “Fields”| Field | Type | # | Description |
|---|---|---|---|
execution_code | uint64 | 1 · optional | |
user_error_code | uint64 | 2 · optional | |
compute_units_consumed | uint64 | 3 · optional | |
state_units_consumed | uint64 | 4 · optional | |
pages_used | uint64 | 5 · optional | |
program_counter | uint64 | 6 · optional | |
instruction_counter | uint64 | 7 · optional | |
fault_code | VmFaultCode | 8 · optional | |
segv_vaddr | uint64 | 9 · optional | |
segv_size | uint64 | 10 · optional | |
segv_write | bool | 11 · optional | |
registers | repeated uint64 | 12 · optional | |
call_depth | uint64 | 13 · optional | |
max_call_depth | uint64 | 14 · optional | |
call_frames | repeated CallFrame | 15 · optional |