• 大小: 207KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-06-03
  • 语言: 其他
  • 标签: 线程  绑定  CPU  

资源简介

创建一个线程,并将该线程绑定到多核cpu中,不占用主线程的资源,这样可以在所开的线程中做一些动作,不会影响主线程中的动作。应用:客户将所有的刷新动作交给主线程完成时,可能拖动鼠标,窗口均在不断的刷新,CPU资源占用率很高,导致整个程序运行速度变慢,这样时候,可以考虑将一些刷新显示的工作绑定到另一颗核中去实现。

资源截图

代码片段和文件信息

// stdafx.cpp : source file that includes just the standard includes
// TestThread.pch will be the pre-compiled header
// stdafx.obj will contain the pre-compiled type information

#include “stdafx.h“




 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件       3651  2009-08-21 00:03  TestThread\ReadMe.txt

     文件       1078  2009-08-21 00:03  TestThread\res\TestThread.ico

     文件        402  2009-08-21 00:03  TestThread\res\TestThread.rc2

     文件        550  2009-08-21 00:20  TestThread\resource.h

     文件        212  2009-08-21 00:03  TestThread\StdAfx.cpp

     文件       1054  2009-08-21 00:03  TestThread\StdAfx.h

     文件      34660  2009-09-02 07:16  TestThread\TestThread.aps

     文件        726  2009-09-02 07:25  TestThread\TestThread.clw

     文件       2119  2009-08-21 00:03  TestThread\TestThread.cpp

     文件       4231  2009-08-21 00:03  TestThread\TestThread.dsp

     文件        545  2009-08-21 00:03  TestThread\TestThread.dsw

     文件       1368  2009-08-21 00:03  TestThread\TestThread.h

     文件      50176  2009-09-02 07:25  TestThread\TestThread.ncb

     文件      48640  2009-09-02 07:25  TestThread\TestThread.opt

     文件        978  2009-09-02 07:23  TestThread\TestThread.plg

     文件       4443  2009-09-02 07:16  TestThread\TestThread.rc

     文件       3328  2009-09-02 07:25  TestThread\TestThreadDlg.cpp

     文件       1363  2009-08-21 00:04  TestThread\TestThreadDlg.h

     文件     126924  2009-09-02 07:25  TestThread\图1未将线程绑定到第二颗cpu上时的测试状态.jpg

     文件     125694  2009-09-02 07:22  TestThread\图2将线程绑定到第二颗cpu上时的测试状态.jpg

     目录          0  2009-08-21 00:03  TestThread\res

     目录          0  2009-09-02 07:26  TestThread

----------- ---------  ---------- -----  ----

               412142                    22


评论

共有 条评论