如何检索 win32 进程中在用户模式下花费的时间

发布于 2024-07-26 15:00:25 字数 265 浏览 1 评论 0原文

我知道 GetProcessTimes 可用于检索进程在用户模式下花费的时间(而不是在内核模式下花费的时间或挂起的时间)。 不幸的是,分辨率似乎只有16ms(与GetTickCount相同)。

有没有办法更精确地检索时间?

I know that GetProcessTimes can be used to retrieve the time a process spent in user mode (as opposed to the time it spent in kernel mode or the time it was suspended). Unfortunately, it seems that the resolution is only 16ms (the same as GetTickCount).

Is there a way to retrieve the time with greater precision?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

夜灵血窟げ 2024-08-02 15:00:25

查看 QueryPerformanceCounter 函数。 但我听说它在多核环境中存在问题,但不确定。

Take a look at QueryPerformanceCounter function. But I have heard that it has problems in multi core environments, not sure though.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文