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