11 lines
170 B
C
11 lines
170 B
C
#pragma once
|
|
|
|
#include "sched.h"
|
|
|
|
#include <assert.h>
|
|
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
#include <time.h>
|
|
#include <unistd.h>
|
|
|
|
int benchmark(int argc, char **argv);
|