Class: Kobako::Runtime::Snapshot

Inherits:
Object
  • Object
show all
Defined in:
sig/kobako/runtime.rbs

Overview

One invocation's result — the whole Snapshot the driver produced.

Instance Method Summary collapse

Instance Method Details

#memory_peakInteger

Returns:

  • (Integer)


52
# File 'sig/kobako/runtime.rbs', line 52

def memory_peak: () -> Integer

#outcome[Symbol, String, Kobako::Outcome::panic_fields?]

Returns:

  • ([Symbol, String, Kobako::Outcome::panic_fields?])


42
# File 'sig/kobako/runtime.rbs', line 42

def outcome: () -> [Symbol, String, Kobako::Outcome::panic_fields?]

#stderrString

Returns:

  • (String)


58
# File 'sig/kobako/runtime.rbs', line 58

def stderr: () -> String

#stderr_truncated?Boolean

Returns:

  • (Boolean)


60
# File 'sig/kobako/runtime.rbs', line 60

def stderr_truncated?: () -> bool

#stdoutString

Returns:

  • (String)


54
# File 'sig/kobako/runtime.rbs', line 54

def stdout: () -> String

#stdout_truncated?Boolean

Returns:

  • (Boolean)


56
# File 'sig/kobako/runtime.rbs', line 56

def stdout_truncated?: () -> bool

#trap_kindSymbol?

Returns:

  • (Symbol, nil)


46
# File 'sig/kobako/runtime.rbs', line 46

def trap_kind: () -> Symbol?

#trap_messageString?

Returns:

  • (String, nil)


48
# File 'sig/kobako/runtime.rbs', line 48

def trap_message: () -> String?

#trapped?Boolean

Returns:

  • (Boolean)


44
# File 'sig/kobako/runtime.rbs', line 44

def trapped?: () -> bool

#wall_timeFloat

Returns:

  • (Float)


50
# File 'sig/kobako/runtime.rbs', line 50

def wall_time: () -> Float