Returns stack addresses as a string that can be supplied to a helper tool to get the actual stack trace. This function doesn't result in resolving full stack frames thus is a lot more efficient.
()
| 30 | // a helper tool to get the actual stack trace. This function doesn't result |
| 31 | // in resolving full stack frames thus is a lot more efficient. |
| 32 | StackAddrs() string |
| 33 | |
| 34 | // Returns stack frames. |
| 35 | StackFrames() []runtime.Frame |
no outgoing calls