Hongtae Kim 6 yıl önce
ebeveyn
işleme
eaf1f0993a
1 değiştirilmiş dosya ile 2 ekleme ve 0 silme
  1. 2
    0
      TestApp1/TestApp1.cpp

+ 2
- 0
TestApp1/TestApp1.cpp Dosyayı Görüntüle

@@ -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");