See header for documentation */
| 137 | |
| 138 | /* See header for documentation */ |
| 139 | int get_cpu_count() |
| 140 | { |
| 141 | DWORD cpu_count = GetActiveProcessorCount(ALL_PROCESSOR_GROUPS); |
| 142 | return static_cast<int>(cpu_count); |
| 143 | } |
| 144 | |
| 145 | /* See header for documentation */ |
| 146 | double get_time() |
no outgoing calls
no test coverage detected