Add a simple timer implementation for use in benchmarking.

This commit is contained in:
Jason Evans 2014-09-07 19:57:24 -07:00
parent 82e88d1ecf
commit b67ec3c497
4 changed files with 75 additions and 1 deletions

View file

@ -5,6 +5,7 @@
#include <inttypes.h>
#include <math.h>
#include <string.h>
#include <sys/time.h>
#ifdef _WIN32
# include <windows.h>
@ -136,6 +137,7 @@
#include "test/mtx.h"
#include "test/mq.h"
#include "test/test.h"
#include "test/timer.h"
#include "test/thd.h"
#define MEXP 19937
#include "test/SFMT.h"