|
NexusForce 1.0.0
A rigorously engineered full-stack C++ backend library.
|
进程时间信息 更多...
#include <process.hpp>
Public 属性 | |
| uint64_t | user_time_ms {0} |
| uint64_t | kernel_time_ms {0} |
| uint64_t | wall_time_ms {0} |
| uint64_t neforce::process::time_info::kernel_time_ms {0} |
内核态 CPU 时间(毫秒)
在文件 process.hpp 第 108 行定义.
| uint64_t neforce::process::time_info::user_time_ms {0} |
用户态 CPU 时间(毫秒)
在文件 process.hpp 第 107 行定义.
| uint64_t neforce::process::time_info::wall_time_ms {0} |
墙上经过时间(毫秒)
在文件 process.hpp 第 109 行定义.