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