aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Fix C4459: Rename a function parameter `profiler_manager` to avoid hiding the...Igor Zhukov2024-08-19
* Ensure reported Time is walltime by removing spurious scaling by threads (#1836)dominic2024-08-13
* chore: update perf_counters.cc (#1831)Ikko Eltociear Ashimine2024-08-05
* Move ProfilerManager Start/Stop routines closer to actual benchmark #1807 (#1...xdje422024-08-01
* Use log2 now that NDK requires at least API 21 which includes it. (#1822)dominic2024-07-24
* Suppress invalid-offsetof warning for clang (#1821)Devon Loehr2024-07-24
* clang format yet againDominic Hamon2024-07-17
* another reversal of something that breaks on wasmDominic Hamon2024-07-17
* clang-format fixesDominic Hamon2024-07-17
* roll back fatal error that breaks some platform (wasm) expectationsDominic Hamon2024-07-17
* revert perf counters change until we can do the full versionDominic Hamon2024-07-16
* [FR] Add API to provide custom profilers #1807 (#1809)xdje422024-07-16
* add PERF_FORMAT_TOTAL_TIME_{ENABLED,RUNNING} to support multiplexing (#1814)dominic2024-07-12
* Add -lkstat to the .pc for Solaris (#1801)Chris Cotter2024-07-03
* cycleclock: Fix type conversion to match function return type on riscv64 (#1802)Khem Raj2024-06-11
* cycleclock: Fix type conversion to match function return type (#1794)Khem Raj2024-05-29
* Improve compatibility with Hexagon hardware (#1785)Steven Johnson2024-05-23
* Add `benchmark_main.pc` to link `main()` containing library (#1779)David Seifert2024-04-14
* Refactor: Return frequency as double (#1782)dhairya2024-04-13
* Remove COMPILER_IBMXL macro for z/OS (#1777)Fanbo Meng2024-04-03
* Fix OpenBSD build (#1772)Vasyl Zubko2024-03-24
* allow BENCHMARK_VERSION to be undefined (#1769)PhilipDeegan2024-03-21
* Fix implicit conversion changes signess warning in perf_counters.cc (#1765)Afanasyev Ivan2024-03-09
* mitigate clang build warnings -Wconversion (#1763)dominic2024-03-07
* Fixed LTO issue on no discard variable (#1761)Tiago Freire2024-03-06
* Rewrite complexity_test to use (hardcoded) manual time (#1757)Roman Lebedev2024-02-19
* sysinfo.cc: Always abort on GetNumCPUs failure (#1756)Sam James2024-02-14
* CycleClock: Add support for Alpha architecture (#1753)Sam James2024-02-14
* fix typo in GetBenchmarkVersion() (#1755)Matthias Liedtke2024-02-12
* set library version in bazel (#1746)dominic2024-01-29
* Output library / schema versions in JSON context block (#1742)Roman Lebedev2024-01-29
* Fix C-style typecasting in QNX-specific code (#1739)Aleksey2024-01-16
* Issue 1734: Streams not flushed if not running actual benchmarks (#1735)Benny Tordrup2024-01-09
* Issue1731 created console does not receive output (#1732)Benny Tordrup2024-01-05
* fix per-thread timing error on z/OS (#1719)Abhina Sree2024-01-04
* CycleClock: use RDTIME instead of RDCYCLE on RISC-V (#1727)aurel322024-01-04
* Fix division by zero for low frequency timers for CV statistics (#1724)Afanasyev Ivan2024-01-03
* define HOST_NAME_MAX for z/oS (#1717)Abhina Sree2023-12-20
* [NFC] `complexity_n` is not of `IterationCount` type (#1709)Roman Lebedev2023-12-07
* Add missing `\n` character at end of error log string (#1700)Anjan Roy2023-11-13
* Fixed compiler warnings (#1697)Tiago Freire2023-11-10
* Increase the kMaxIterations limit (#1668)Andreas Abel2023-10-17
* fix format in src/sysinfoDominic Hamon2023-10-17
* Fix building on MinGW: default `WINVER` is too old (#1681)Ming Zero2023-10-16
* Make json and csv output consistent. (#1662)Andreas Abel2023-09-26
* tweak comment wordingDominic Hamon2023-08-25
* StatisticsMedian: Fix bugJesse Rosenstock2023-08-24
* perf_counters: Initialize once only when needed (#1656)Jesse Rosenstock2023-08-24
* State: Initialize counters with kAvgIteration in constructor (#1652)Jesse Rosenstock2023-08-21
* benchmark.cc: Fix benchmarks_with_threads condition (#1651)Jesse Rosenstock2023-08-17