瀏覽代碼

no message

Hongtae Kim 6 年之前
父節點
當前提交
eaf1f0993a
共有 1 個檔案被更改,包括 2 行新增0 行删除
  1. 2
    0
      TestApp1/TestApp1.cpp

+ 2
- 0
TestApp1/TestApp1.cpp 查看文件

@@ -179,6 +179,8 @@ public:
179 179
 	void OnInitialize(void) override
180 180
 	{
181 181
 		DKLogD("%s", DKGL_FUNCTION_NAME);
182
+		DKLogD("NumCores: %d", DKNumberOfCpuCores());
183
+		DKLogD("NumProcessors: %d", DKNumberOfProcessors());
182 184
 
183 185
 		DKString resPath = DefaultPath(SystemPath::AppResource);
184 186
 		resPath = resPath.FilePathStringByAppendingPath("Data");