package
0.8.9
Repository: https://github.com/influx6/npkg.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author
No description provided by the author
GetFrameDetails uses runtime.CallersFrames instead of runtime.FuncForPC which in go1.12 misses certain frames, to ensure backward compatibility with the previous version, this method is written to provide alternative setup that uses the recommended way of go1.12.
GetFrames returns a slice of stack frames for a giving size, skipping the provided `skip` count.
No description provided by the author
Text2Level returns Level value for the giving string.

# Constants

series of possible levels.
series of possible levels.
series of possible levels.
series of possible levels.
series of possible levels.
series of possible levels.
series of possible levels.

# Structs

FrameDetail represent the snapshot description of a Frame pointer.

# Type aliases

Frame represents a program counter inside a stack frame.
Frames is a slice of pointer uints.
Level defines a int type which represent the a giving level of entry for a giving entry.