Add experimental TSC frequency detection

This commit is contained in:
Nekotekina 2019-07-15 17:20:12 +03:00
parent cb5c26f2b5
commit c062000288
2 changed files with 25 additions and 1 deletions

View file

@ -50,4 +50,6 @@ namespace utils
std::string get_firmware_version();
std::string get_OS_version();
ullong get_tsc_freq();
}