Searched defs:start_time (Results 1 - 3 of 3) sorted by relevance

/build/kati/
H A Dmain.cc122 double start_time = GetTime(); local
126 if (!NeedsRegen(start_time, orig_args)) {
191 GenerateNinja(nodes, ev, orig_args, start_time);
H A Dregen.cc82 bool NeedsRegen(double start_time, const string& orig_args) { argument
99 size_t r = fwrite(&start_time, sizeof(start_time), 1, fp);
472 bool NeedsRegen(double start_time, const string& orig_args) { argument
473 return StampChecker().NeedsRegen(start_time, orig_args);
H A Dninja.cc179 NinjaGenerator(Evaluator* ev, double start_time) argument
184 start_time_(start_time),
814 double start_time) {
815 NinjaGenerator ng(ev, start_time);
811 GenerateNinja(const vector<DepNode*>& nodes, Evaluator* ev, const string& orig_args, double start_time) argument

Completed in 612 milliseconds