-------------------------------------------------------------------------
| 194 | } |
| 195 | //------------------------------------------------------------------------- |
| 196 | void profilerFuncMap::pushStack(funcProfileRecord *rec) |
| 197 | { |
| 198 | stack.push_back(rec); |
| 199 | } |
| 200 | //------------------------------------------------------------------------- |
| 201 | void profilerFuncMap::popStack(funcProfileRecord *rec) |
| 202 | { |
no outgoing calls
no test coverage detected