| 39 | }; |
| 40 | |
| 41 | struct IOCounterDiff : IOCounter |
| 42 | { |
| 43 | std::chrono::nanoseconds duration; |
| 44 | }; |
| 45 | |
| 46 | /** |
| 47 | * @brief Return the amount of IO difference and time difference to last call |
nothing calls this directly
no outgoing calls
no test coverage detected