MCPcopy Create free account
hub / github.com/adny-code/fastgrind / depth

Method depth

include/fastgrind.h:1189–1192  ·  view source on GitHub ↗

@return Current stack depth. */

Source from the content-addressed store, hash-verified

1187
1188 /** @return Current stack depth. */
1189 MEM_NO_INSTRUMENT unsigned depth() const
1190 {
1191 return _offset;
1192 }
1193
1194 /** @return Top function name (undefined if empty). */
1195 MEM_NO_INSTRUMENT const char *top() const

Callers 3

addMethod · 0.80
subMethod · 0.80
memLocalInfoClass · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected