| 198 | } |
| 199 | |
| 200 | int CInstrumentManager::GetTotalSequenceCount(inst_type_t InstType) const { |
| 201 | int Count = 0; |
| 202 | for (auto i : enum_values<sequence_t>()) |
| 203 | Count += GetSequenceCount(InstType, i); |
| 204 | return Count; |
| 205 | } |
| 206 | |
| 207 | inst_type_t CInstrumentManager::GetInstrumentType(unsigned int Index) const |
| 208 | { |
no outgoing calls
no test coverage detected