The Gaudi Framework  master (594c33fa)
System::KERNEL_USER_TIMES Struct Reference

Process/Thread System and User Time NtQueryInformationProcess using ProcessTimes NtQueryInformationThread using ThreadTimes. More...

#include </builds/gaudi/Gaudi/GaudiKernel/src/Lib/ProcessDescriptor.h>

Public Attributes

long long CreateTime
 
long long ExitTime
 
long long KernelTime
 
long long UserTime
 

Detailed Description

Process/Thread System and User Time NtQueryInformationProcess using ProcessTimes NtQueryInformationThread using ThreadTimes.

Definition at line 102 of file ProcessDescriptor.h.

Member Data Documentation

◆ CreateTime

long long System::KERNEL_USER_TIMES::CreateTime

Definition at line 103 of file ProcessDescriptor.h.

◆ ExitTime

long long System::KERNEL_USER_TIMES::ExitTime

Definition at line 104 of file ProcessDescriptor.h.

◆ KernelTime

long long System::KERNEL_USER_TIMES::KernelTime

Definition at line 105 of file ProcessDescriptor.h.

◆ UserTime

long long System::KERNEL_USER_TIMES::UserTime

Definition at line 106 of file ProcessDescriptor.h.


The documentation for this struct was generated from the following file: