Searched refs:ProcessStatistics (Results 1 – 6 of 6) sorted by relevance
59 struct ProcessStatistics { struct136 Optional<ProcessStatistics> *ProcStat = nullptr, ///< If non-zero,219 Optional<ProcessStatistics> *ProcStat = nullptr ///< If non-zero, provides
144 mutable Optional<llvm::sys::ProcessStatistics> ProcStat;218 Optional<llvm::sys::ProcessStatistics> getProcessStatistics() const { in getProcessStatistics()
37 Optional<ProcessStatistics> *ProcStat, in ExecuteAndWait()
383 Optional<ProcessStatistics> *ProcStat) {459 *ProcStat = ProcessStatistics{UserT + KernelT, UserT, PeakMemory};
411 Optional<ProcessStatistics> *ProcStat) {456 *ProcStat = ProcessStatistics{UserT + KernelT, UserT, PeakMemory};
4074 Optional<llvm::sys::ProcessStatistics> ProcStat = in BuildJobs()