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

Method frameId

include/fastgrind.h:1201–1204  ·  view source on GitHub ↗

@return Synthetic frame id composed from top symbol pointer plus cumulative hash. */

Source from the content-addressed store, hash-verified

1199
1200 /** @return Synthetic frame id composed from top symbol pointer plus cumulative hash. */
1201 MEM_NO_INSTRUMENT size_t frameId() const
1202 {
1203 return size_t(top()) + _stackId;
1204 }
1205
1206 /** @return Reference to underlying fixed-size stack array. */
1207 MEM_NO_INSTRUMENT const std::array<const char *, __MEM_MAX_STACK_DEPTH> &stack() const

Callers 2

addMethod · 0.80
subMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected