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)


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

def memory_peak: () -> Integer

#outcomeString

Returns:

  • (String)


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

def outcome: () -> String

#stderrString

Returns:

  • (String)


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

def stderr: () -> String

#stderr_truncated?Boolean

Returns:

  • (Boolean)


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

def stderr_truncated?: () -> bool

#stdoutString

Returns:

  • (String)


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

def stdout: () -> String

#stdout_truncated?Boolean

Returns:

  • (Boolean)


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

def stdout_truncated?: () -> bool

#trap_kindSymbol?

Returns:

  • (Symbol, nil)


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

def trap_kind: () -> Symbol?

#trap_messageString?

Returns:

  • (String, nil)


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

def trap_message: () -> String?

#trapped?Boolean

Returns:

  • (Boolean)


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

def trapped?: () -> bool

#wall_timeFloat

Returns:

  • (Float)


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

def wall_time: () -> Float