Hongtae Kim il y a 6 ans
Parent
révision
eaf1f0993a
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. 2
    0
      TestApp1/TestApp1.cpp

+ 2
- 0
TestApp1/TestApp1.cpp Voir le fichier

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