#include "GaudiKernel/Kernel.h"
#include "GaudiKernel/SystemBase.h"
Include dependency graph for Memory.h:
Go to the source code of this file.
Namespaces | |
namespace | System |
Enumerations | |
enum | System::MemoryUnit { System::Byte, System::kByte, System::MByte, System::GByte, System::TByte, System::PByte, System::EByte } |
Unit of memory. More... | |
Functions | |
long | System::adjustMemory (MemoryUnit typ, long value) |
Convert time from kByte to requested representation (Experts only). | |
long | System::procID () |
Basic Process Information: Process ID. | |
long | System::parentID (InfoType fetch=ProcessBasics, long pid=-1) |
Basic Process Information: Parent's process ID. | |
long | System::affinityMask (InfoType fetch=ProcessBasics, long pid=-1) |
Basic Process Information: Affinity mask. | |
long | System::exitStatus (InfoType fetch=ProcessBasics, long pid=-1) |
Basic Process Information: Exit status (does not really make sense for the running process, but for others!). | |
long | System::basePriority (InfoType fetch=ProcessBasics, long pid=-1) |
Basic Process Information: Base priority. | |
long | System::priorityBoost (InfoType fetch=PriorityBoost, long pid=-1) |
Basic Process Information: priority boost. | |
long | System::numPageFault (InfoType fetch=Memory, long pid=-1) |
Basic Process Information: Number of page faults. | |
long | System::pagefileUsage (MemoryUnit unit=kByte, InfoType fetch=Memory, long pid=-1) |
Basic Process Information: Current page file usage. | |
long | System::pagefileUsagePeak (MemoryUnit unit=kByte, InfoType fetch=Memory, long pid=-1) |
Basic Process Information: Peak usage of page file. | |
long | System::pagefileUsageLimit (MemoryUnit unit=kByte, InfoType fetch=Quota, long pid=-1) |
Basic Process Information: Peak usage of page file. | |
long | System::nonPagedMemory (MemoryUnit unit=kByte, InfoType fetch=Memory, long pid=-1) |
Basic Process Information: Current usage of non paged memory. | |
long | System::nonPagedMemoryPeak (MemoryUnit unit=kByte, InfoType fetch=Memory, long pid=-1) |
Basic Process Information: Peak usage of non paged memory. | |
long | System::nonPagedMemoryLimit (MemoryUnit unit=kByte, InfoType fetch=Quota, long pid=-1) |
System Process Limits: Maximum amount of non-paged memory this process is allowed to use. | |
long | System::pagedMemory (MemoryUnit unit=kByte, InfoType fetch=Memory, long pid=-1) |
Basic Process Information: Amount of paged memory currently occupied by the process 'pid'. | |
long | System::pagedMemoryPeak (MemoryUnit unit=kByte, InfoType fetch=Memory, long pid=-1) |
Basic Process Information: Maximum of paged memory occupied by the process 'pid'. | |
long | System::pagedMemoryLimit (MemoryUnit unit=kByte, InfoType fetch=Quota, long pid=-1) |
Basic Process Information: Amount of paged memory that can be occupied by the process 'pid'. | |
long | System::minMemoryLimit (MemoryUnit unit=kByte, InfoType fetch=Quota, long pid=-1) |
System Process Limits: Minimum amount of virtual memory this process may use. | |
long | System::maxMemoryLimit (MemoryUnit unit=kByte, InfoType fetch=Quota, long pid=-1) |
System Process Limits: Maximum amount of virtual memory this process is allowed to use. | |
long | System::mappedMemory (MemoryUnit unit=kByte, InfoType fetch=Memory, long pid=-1) |
Basic Process Information: priority boost. | |
long | System::mappedMemoryPeak (MemoryUnit unit=kByte, InfoType fetch=Memory, long pid=-1) |
Basic Process Information: priority boost. | |
long | System::virtualMemory (MemoryUnit unit=kByte, InfoType fetch=Memory, long pid=-1) |
Basic Process Information: priority boost. | |
long | System::virtualMemoryPeak (MemoryUnit unit=kByte, InfoType fetch=Memory, long pid=-1) |
Basic Process Information: priority boost. | |
long | System::virtualMemoryLimit (MemoryUnit unit=kByte, InfoType fetch=Quota, long pid=-1) |
System Process Limits: Maximum amount of the page file this process is allowed to use. |