stbmv performance test
| 294 | |
| 295 | // stbmv performance test |
| 296 | TEST_P(TBMV, stbmv) |
| 297 | { |
| 298 | TestParams params; |
| 299 | |
| 300 | getParams(¶ms); |
| 301 | TbmvPerformanceTest<float>::runInstance(FN_STBMV, ¶ms); |
| 302 | } |
| 303 | |
| 304 | // dtbmv performance test case |
| 305 | TEST_P(TBMV, dtbmv) |
nothing calls this directly
no outgoing calls
no test coverage detected