MCPcopy Create free account
hub / github.com/chronoxor/CppBenchmark / ~FileFixture

Method ~FileFixture

examples/fwrite.cpp:25–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23 }
24
25 ~FileFixture()
26 {
27 // Close file
28 fclose(file);
29
30 // Delete file
31 remove("fwrite.out");
32 }
33};
34
35BENCHMARK_FIXTURE(FileFixture, "fwrite()", settings)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected