瀏覽代碼

no message

Hongtae Kim 7 年之前
父節點
當前提交
eaf1f0993a
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2
    0
      TestApp1/TestApp1.cpp

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

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