Ninja
Functions
hash_collision_bench.cc File Reference
#include "build_log.h"
#include <algorithm>
#include <stdlib.h>
#include <time.h>
Include dependency graph for hash_collision_bench.cc:

Go to the source code of this file.

Functions

int main ()
 
int random (int low, int high)
 
void RandomCommand (char **s)
 

Function Documentation

◆ main()

int main ( )

Definition at line 36 of file hash_collision_bench.cc.

References BuildLog::LogEntry::HashCommand(), and RandomCommand().

◆ random()

int random ( int  low,
int  high 
)

Definition at line 24 of file hash_collision_bench.cc.

Referenced by RandomCommand().

◆ RandomCommand()

void RandomCommand ( char **  s)

Definition at line 28 of file hash_collision_bench.cc.

References random().

Referenced by main().