summaryrefslogtreecommitdiffstats
path: root/converter/timer.h
blob: 1c7134ef6c1d2c503a3f27495ba432e2d4af5919 (plain) (blame)
1
2
3
4
5
6
7
8
#pragma once

#include <time.h>

double diffclock(clock_t, clock_t);