- find difference between 'struct timeval'

This commit is contained in:
2024-10-14 08:44:33 +03:00
parent 4cff4a0988
commit d08b2e27a5
2 changed files with 8 additions and 0 deletions

View File

@@ -64,6 +64,7 @@ public:
// Returns difference between timestamps in milliseconds
static int64_t getDelta(const timespec& a, const timespec& b);
static int64_t getDelta(const timeval& a, const timeval& b);
class ExecutionTime
{