index
:
google-benchmark
main
google benchmark mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
*
Fix C4459: Rename a function parameter `profiler_manager` to avoid hiding the...
Igor Zhukov
2024-08-19
*
Ensure reported Time is walltime by removing spurious scaling by threads (#1836)
dominic
2024-08-13
*
chore: update perf_counters.cc (#1831)
Ikko Eltociear Ashimine
2024-08-05
*
Move ProfilerManager Start/Stop routines closer to actual benchmark #1807 (#1...
xdje42
2024-08-01
*
Use log2 now that NDK requires at least API 21 which includes it. (#1822)
dominic
2024-07-24
*
Suppress invalid-offsetof warning for clang (#1821)
Devon Loehr
2024-07-24
*
clang format yet again
Dominic Hamon
2024-07-17
*
another reversal of something that breaks on wasm
Dominic Hamon
2024-07-17
*
clang-format fixes
Dominic Hamon
2024-07-17
*
roll back fatal error that breaks some platform (wasm) expectations
Dominic Hamon
2024-07-17
*
revert perf counters change until we can do the full version
Dominic Hamon
2024-07-16
*
[FR] Add API to provide custom profilers #1807 (#1809)
xdje42
2024-07-16
*
add PERF_FORMAT_TOTAL_TIME_{ENABLED,RUNNING} to support multiplexing (#1814)
dominic
2024-07-12
*
Add -lkstat to the .pc for Solaris (#1801)
Chris Cotter
2024-07-03
*
cycleclock: Fix type conversion to match function return type on riscv64 (#1802)
Khem Raj
2024-06-11
*
cycleclock: Fix type conversion to match function return type (#1794)
Khem Raj
2024-05-29
*
Improve compatibility with Hexagon hardware (#1785)
Steven Johnson
2024-05-23
*
Add `benchmark_main.pc` to link `main()` containing library (#1779)
David Seifert
2024-04-14
*
Refactor: Return frequency as double (#1782)
dhairya
2024-04-13
*
Remove COMPILER_IBMXL macro for z/OS (#1777)
Fanbo Meng
2024-04-03
*
Fix OpenBSD build (#1772)
Vasyl Zubko
2024-03-24
*
allow BENCHMARK_VERSION to be undefined (#1769)
PhilipDeegan
2024-03-21
*
Fix implicit conversion changes signess warning in perf_counters.cc (#1765)
Afanasyev Ivan
2024-03-09
*
mitigate clang build warnings -Wconversion (#1763)
dominic
2024-03-07
*
Fixed LTO issue on no discard variable (#1761)
Tiago Freire
2024-03-06
*
Rewrite complexity_test to use (hardcoded) manual time (#1757)
Roman Lebedev
2024-02-19
*
sysinfo.cc: Always abort on GetNumCPUs failure (#1756)
Sam James
2024-02-14
*
CycleClock: Add support for Alpha architecture (#1753)
Sam James
2024-02-14
*
fix typo in GetBenchmarkVersion() (#1755)
Matthias Liedtke
2024-02-12
*
set library version in bazel (#1746)
dominic
2024-01-29
*
Output library / schema versions in JSON context block (#1742)
Roman Lebedev
2024-01-29
*
Fix C-style typecasting in QNX-specific code (#1739)
Aleksey
2024-01-16
*
Issue 1734: Streams not flushed if not running actual benchmarks (#1735)
Benny Tordrup
2024-01-09
*
Issue1731 created console does not receive output (#1732)
Benny Tordrup
2024-01-05
*
fix per-thread timing error on z/OS (#1719)
Abhina Sree
2024-01-04
*
CycleClock: use RDTIME instead of RDCYCLE on RISC-V (#1727)
aurel32
2024-01-04
*
Fix division by zero for low frequency timers for CV statistics (#1724)
Afanasyev Ivan
2024-01-03
*
define HOST_NAME_MAX for z/oS (#1717)
Abhina Sree
2023-12-20
*
[NFC] `complexity_n` is not of `IterationCount` type (#1709)
Roman Lebedev
2023-12-07
*
Add missing `\n` character at end of error log string (#1700)
Anjan Roy
2023-11-13
*
Fixed compiler warnings (#1697)
Tiago Freire
2023-11-10
*
Increase the kMaxIterations limit (#1668)
Andreas Abel
2023-10-17
*
fix format in src/sysinfo
Dominic Hamon
2023-10-17
*
Fix building on MinGW: default `WINVER` is too old (#1681)
Ming Zero
2023-10-16
*
Make json and csv output consistent. (#1662)
Andreas Abel
2023-09-26
*
tweak comment wording
Dominic Hamon
2023-08-25
*
StatisticsMedian: Fix bug
Jesse Rosenstock
2023-08-24
*
perf_counters: Initialize once only when needed (#1656)
Jesse Rosenstock
2023-08-24
*
State: Initialize counters with kAvgIteration in constructor (#1652)
Jesse Rosenstock
2023-08-21
*
benchmark.cc: Fix benchmarks_with_threads condition (#1651)
Jesse Rosenstock
2023-08-17
[next]