webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include "CPUCount.h"
#include "Interpreter.h"
#include "nimlang.h"
#include <assert.h>
#include <cstddef>
#include <cstdlib>
#include <errno.h>
#include <fcntl.h>
#include <string>
#include <sys/mman.h>
#include <sys/stat.h>
#include <sys/types.h>
#include <sys/uio.h>
#include <unistd.h>
#include <vector>
#include "mbmalloc.h"
Functions | |
void | benchmark_nimlang (CommandLine &commandLine) |
void benchmark_nimlang | ( | CommandLine & | commandLine | ) |