| 785 | } |
| 786 | |
| 787 | std::string SystemInformation::GetProgramStack(int firstFrame, int wholePath) |
| 788 | { |
| 789 | return SystemInformationImplementation::GetProgramStack(firstFrame, |
| 790 | wholePath); |
| 791 | } |
| 792 | |
| 793 | /** Run the different checks */ |
| 794 | void SystemInformation::RunCPUCheck() |
nothing calls this directly
no test coverage detected