[#absl-internal_stacktrace-GetStackTraceNoFixup] = xref:absl.adoc[absl]::xref:absl/internal_stacktrace.adoc[internal_stacktrace]::GetStackTraceNoFixup :relfileprefix: ../../ :mrdocs: Same as `GetStackTrace()`, but skips fix‐ups for efficiency. == Synopsis Declared in `<absl/debugging/stacktrace.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- extern int GetStackTraceNoFixup( void** result, int max_depth, int skip_count); ---- == Return Value The number of frames stored in `result`. == Parameters [cols="1,4"] |=== | Name| Description | *result* | Buffer to receive the recorded program counter values. | *max_depth* | Maximum number of frames to record. | *skip_count* | Number of most recent stack frames to skip. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#