Home | History | Annotate | Download | only in Support

Lines Matching defs:Process

1 //===- llvm/Support/Process.h -----------------------------------*- C++ -*-===//
11 /// Provides a library for accessing information about this process and other
14 /// proposed design of the Boost.Process library, and is design specifically to
18 /// This file declares the llvm::sys::Process class which contains a collection
20 /// current process. The goal is to migrate users of this API over to the new
43 /// current executing process.
44 class Process {
48 /// \brief Return process memory usage.
50 /// by the process. This only counts the memory allocated via the malloc,
61 /// \param user_time Returns the current amount of user time for the process
62 /// \param sys_time Returns the current amount of system time for the process
186 /// Get the result of a process wide random number generator. The