#include <dirent.h>
#include <errno.h>
#include <sys/time.h>
#include <time.h>
#include <stdint.h>
#include <inttypes.h>
#include "internal.h"
#ifdef __MACH__
# include <mach/mach_time.h>
runbenchn(b, n);
}
if (b->status == 0) {
printf("%8d\t%10" PRId64 " ns/op", n, b->dur/n);
printf("%8d\t%10"PRId64" ns/op", n, b->dur/n);
if (b->bytes > 0) {
double mbs = 0;
if (b->dur > 0) {