mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-15 21:27:18 +03:00
parent
ae45142adc
commit
b41a07c31a
4 changed files with 31 additions and 6 deletions
|
|
@ -11,7 +11,6 @@
|
|||
#ifdef _WIN32
|
||||
# include "msvc_compat/strings.h"
|
||||
#endif
|
||||
#include <sys/time.h>
|
||||
|
||||
#ifdef _WIN32
|
||||
# include <windows.h>
|
||||
|
|
|
|||
|
|
@ -1,8 +1,5 @@
|
|||
/* Simple timer, for use in benchmark reporting. */
|
||||
|
||||
#include <unistd.h>
|
||||
#include <sys/time.h>
|
||||
|
||||
typedef struct {
|
||||
nstime_t t0;
|
||||
nstime_t t1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue