mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-05-29 16:17:44 +03:00
Add a simple timer implementation for use in benchmarking.
This commit is contained in:
parent
82e88d1ecf
commit
b67ec3c497
4 changed files with 75 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue