#define USE_THE_REPOSITORY_VARIABLE
#include "test-tool.h"
#include "environment.h"
#include "name-hash.h"
#include "parse-options.h"
#include "read-cache-ll.h"
#include "repository.h"
#include "setup.h"
#include "trace.h"
static int single;
static int multi;
static int count = …;
static int dump;
static int perf;
static int analyze;
static int analyze_step;
static void dump_run(void)
{ … }
static uint64_t time_runs(int try_threaded)
{ … }
static void analyze_run(void)
{ … }
int cmd__lazy_init_name_hash(int argc, const char **argv)
{ … }