Class: Kobako::Runtime::Snapshot
- Inherits:
-
Object
- Object
- Kobako::Runtime::Snapshot
- Defined in:
- sig/kobako/runtime.rbs
Overview
One invocation's result — the whole Snapshot the driver produced.
Instance Method Summary collapse
- #memory_peak ⇒ Integer
- #outcome ⇒ String
- #stderr ⇒ String
- #stderr_truncated? ⇒ Boolean
- #stdout ⇒ String
- #stdout_truncated? ⇒ Boolean
- #trap_kind ⇒ Symbol?
- #trap_message ⇒ String?
- #trapped? ⇒ Boolean
- #wall_time ⇒ Float
Instance Method Details
#memory_peak ⇒ Integer
50 |
# File 'sig/kobako/runtime.rbs', line 50
def memory_peak: () -> Integer
|
#outcome ⇒ String
40 |
# File 'sig/kobako/runtime.rbs', line 40
def outcome: () -> String
|
#stderr ⇒ String
56 |
# File 'sig/kobako/runtime.rbs', line 56
def stderr: () -> String
|
#stderr_truncated? ⇒ Boolean
58 |
# File 'sig/kobako/runtime.rbs', line 58
def stderr_truncated?: () -> bool
|
#stdout ⇒ String
52 |
# File 'sig/kobako/runtime.rbs', line 52
def stdout: () -> String
|
#stdout_truncated? ⇒ Boolean
54 |
# File 'sig/kobako/runtime.rbs', line 54
def stdout_truncated?: () -> bool
|
#trap_kind ⇒ Symbol?
44 |
# File 'sig/kobako/runtime.rbs', line 44
def trap_kind: () -> Symbol?
|
#trap_message ⇒ String?
46 |
# File 'sig/kobako/runtime.rbs', line 46
def trap_message: () -> String?
|
#trapped? ⇒ Boolean
42 |
# File 'sig/kobako/runtime.rbs', line 42
def trapped?: () -> bool
|
#wall_time ⇒ Float
48 |
# File 'sig/kobako/runtime.rbs', line 48
def wall_time: () -> Float
|