| 310 | } |
| 311 | |
| 312 | void StatisticsData::clear() |
| 313 | { |
| 314 | this->frameCache.clear(); |
| 315 | this->frameIdx = -1; |
| 316 | this->frameSize = {}; |
| 317 | this->statsTypes.clear(); |
| 318 | } |
| 319 | |
| 320 | void StatisticsData::setFrameIndex(int frameIndex) |
| 321 | { |
no outgoing calls
no test coverage detected