# 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.
# Structs
FrameDetail represent the snapshot description of a Frame pointer.