aboutsummaryrefslogtreecommitdiff
path: root/src/sysinfo.cc
AgeCommit message (Expand)Author
2024-04-13Refactor: Return frequency as double (#1782)dhairya
2024-03-24Fix OpenBSD build (#1772)Vasyl Zubko
2024-03-07mitigate clang build warnings -Wconversion (#1763)dominic
2024-02-14sysinfo.cc: Always abort on GetNumCPUs failure (#1756)Sam James
2024-02-14CycleClock: Add support for Alpha architecture (#1753)Sam James
2024-01-16Fix C-style typecasting in QNX-specific code (#1739)Aleksey
2023-12-20define HOST_NAME_MAX for z/oS (#1717)Abhina Sree
2023-11-10Fixed compiler warnings (#1697)Tiago Freire
2023-10-17fix format in src/sysinfoDominic Hamon
2023-10-16Fix building on MinGW: default `WINVER` is too old (#1681)Ming Zero
2023-08-14sysinfo.cc: Call getloadavg for Android API >= 29 (#1) (#1649)Jesse Rosenstock
2023-07-31Fix `-Werror,-Wold-style-cast` build failure on Windows. (#1637)Saran Tunyasuvunakool
2023-02-21Fix CPU frequency estimation on riscv (#1549)Yingwei Zheng
2023-01-10Fix typos found by codespell (#1519)SunBlack
2022-12-06Fixes incorrect wide string conversion on win32 (#1516)Jessy De Lannoit
2022-10-06Fix Solaris compilation (#1499) (#1500)rorth
2022-10-04Support for QuRT OS (Hexagon RTOS) (#1497)Marat Dukhan
2022-08-30Eliminate usage of deprecated API in sysinfo.cc (#1474)Vy Nguyen
2022-06-20Clarify that the cpu frequency is not used for benchmark timings. (#1414)Dominic Hamon
2022-04-07getting sysinfo in line with Google style (#1381)Dominic Hamon
2022-02-02Use Win32 API only for Win32 apps (#1333)batortaller
2021-12-09Avoid errors due to "default label in switch which covers all enumeration val...Martin Storsjö
2021-11-10clang-format Google on {src/,include/} (#1280)Dominic Hamon
2021-08-24replace #warning with #pragma message (#1216)Dominic Hamon
2021-08-19Fix a -Wunreachable-code-aggressive warning (#1214)Nico Weber
2021-06-28Fix typos (#1194)Mircea Trofin
2021-06-24prefix macros to avoid clashes (#1186)Dominic Hamon
2021-04-23[sysinfo] Fix CPU Frequency reading on AMD Ryzen CPU's (#1117)Roman Lebedev
2020-10-12Add support for DragonFly BSD (#1058)Michael Neumann
2020-07-30Add missing breaks for QNX cache counting (#1012)Dominic Hamon
2020-07-28JSONReporter: don't report on scaling if we didn't get it (#1005) (#1008)Alexander Enaldiev
2019-12-02CPU caches are binary units, not SI. (#911)Roman Lebedev
2019-09-23Define HOST_NAME_MAX for NaCl and RTEMS (#876)Geoffrey Martin-Noble
2019-05-09Fix compilation for Android (#816)Michał Janiszewski
2019-04-11fix master branch on *BSD (#792)Hannes Hauswedell
2019-02-28[#774] implement GetNumCPUs(), GetCPUCyclesPerSecond(), and GetCacheSizes() (...Jilin Zhou
2019-02-19[#766] add x-compile support for QNX SDP7 (#770)Jilin Zhou
2018-12-11#722 Adding Host Name in Reporting (#733)Jatin Chaudhary
2018-11-13Merge branch 'report_loadavg' of https://github.com/atdt/benchmark into atdt-...Dominic Hamon
2018-10-21Fix parsing of cpuinfo for s390 platform. (#712)Anton Gladky
2018-09-18[benchmark] Lowercase windows specific includes (#679)Martin Storsjö
2018-09-05GetCacheSizesMacOSX(): use consistent types. (#667)Roman Lebedev
2018-07-09Include system load average in console and JSON reportsOri Livneh
2018-06-05Fix compilation on Android with GNU STL (#596)Marat Dukhan
2018-05-02Porting into OpenBSD (#582)Nan Xiao
2018-03-07Make string_util naming more consistent (#547)Wink Saville
2018-03-06Do not let StrCat be renamed to lstrcatA (#546)Wink Saville
2018-03-06Spelling fixes (#543)Wink Saville
2018-03-02Add Solaris support (#539)alekseyshl
2018-02-14Don't include <sys/resource.h> on Fuchsia. (#531)Ian McKellar