Browse Source

no message

Hongtae Kim 5 years ago
parent
commit
eaf1f0993a
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      TestApp1/TestApp1.cpp

+ 2
- 0
TestApp1/TestApp1.cpp View File

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