| 1392 | } |
| 1393 | |
| 1394 | int GetNumCores() |
| 1395 | { |
| 1396 | return std::thread::hardware_concurrency(); |
| 1397 | } |
| 1398 | |
| 1399 | // Obtain the application startup time (used for uptime calculation) |
| 1400 | int64_t GetStartupTime() |
no outgoing calls
no test coverage detected