gpt4 book ai didi

计算执行该程序时c程序中上下文切换的次数

转载 作者:可可西里 更新时间:2023-11-01 09:34:42 25 4
gpt4 key购买 nike

我想输出 Windows 操作系统在执行我的程序时执行的上下文切换次数。

最佳答案

您可以为此目的使用性能计数器。

发件人:http://msdn.microsoft.com/en-us/library/aa373083%28VS.85%29.aspx

您可以通过两种方式查看上下文切换数据:

  • System Monitor 中的 System\Context Switches/sec 计数器报告系统范围内的上下文切换。
  • Thread(_Total)\Context Switches/sec 计数器报告所有线程每秒生成的上下文切换总数。

关于计算执行该程序时c程序中上下文切换的次数,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14545515/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com