Ninja
Functions
manifest_parser_perftest.cc File Reference
#include <numeric>
#include <errno.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <getopt.h>
#include <unistd.h>
#include "disk_interface.h"
#include "graph.h"
#include "manifest_parser.h"
#include "metrics.h"
#include "state.h"
#include "util.h"
Include dependency graph for manifest_parser_perftest.cc:

Go to the source code of this file.

Functions

int LoadManifests (bool measure_command_evaluation)
 
int main (int argc, char *argv[])
 
bool WriteFakeManifests (const string &dir, string *err)
 

Function Documentation

◆ LoadManifests()

int LoadManifests ( bool  measure_command_evaluation)

Definition at line 60 of file manifest_parser_perftest.cc.

References State::edges_, and Parser::Load().

Referenced by main().

◆ main()

int main ( int  argc,
char *  argv[] 
)

◆ WriteFakeManifests()

bool WriteFakeManifests ( const string &  dir,
string *  err 
)

Definition at line 45 of file manifest_parser_perftest.cc.

References RealDiskInterface::Stat().

Referenced by main().