| 23 | } |
| 24 | |
| 25 | ~FileFixture() |
| 26 | { |
| 27 | // Close file |
| 28 | fclose(file); |
| 29 | |
| 30 | // Delete file |
| 31 | remove("fwrite.out"); |
| 32 | } |
| 33 | }; |
| 34 | |
| 35 | BENCHMARK_FIXTURE(FileFixture, "fwrite()", settings) |
nothing calls this directly
no outgoing calls
no test coverage detected