index
:
google-benchmark
main
google benchmark mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
benchmark_runner.cc
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
*
Move ProfilerManager Start/Stop routines closer to actual benchmark #1807 (#1...
xdje42
2024-08-01
*
[FR] Add API to provide custom profilers #1807 (#1809)
xdje42
2024-07-16
*
mitigate clang build warnings -Wconversion (#1763)
dominic
2024-03-07
*
Rewrite complexity_test to use (hardcoded) manual time (#1757)
Roman Lebedev
2024-02-19
*
Fixed compiler warnings (#1697)
Tiago Freire
2023-11-10
*
Increase the kMaxIterations limit (#1668)
Andreas Abel
2023-10-17
*
Convert uses of `const char*` to `std::string` (#1567)
dominic
2023-03-14
*
[FR] state.SkipWithMessage #963 (#1564)
Mike Apodaca
2023-03-08
*
Refactoring of PerfCounters infrastructure (#1559)
Henrique Bucher
2023-03-07
*
Add missing parentheses in ParseBenchMinTime() (#1545)
Jonathon Reinhart
2023-02-16
*
Allow specifying number of iterations via --benchmark_min_time. (#1525)
Vy Nguyen
2023-02-07
*
Removed deprecated function (#1506)
Vy Nguyen
2022-11-11
*
Support for QuRT OS (Hexagon RTOS) (#1497)
Marat Dukhan
2022-10-04
*
Introduce warmup phase to BenchmarkRunner (#1130) (#1399)
Matthdonau
2022-05-23
*
Promote inclusive language. (#1360)
Brad Messer
2022-03-18
*
Cache PerfCounters instance in PerfCountersMeasurement (#1308)
Liqiang TAO
2022-01-25
*
Add Setup/Teardown option on Benchmark. (#1269)
Vy Nguyen
2021-11-17
*
Fix -Wdeprecated-declarations warning once more. (#1256)
Byoungchan Lee
2021-10-21
*
Introduce additional memory metrics (#1238)
Vy Nguyen
2021-10-18
*
Remove dead code from PredictNumItersNeeded (#1206)
Braedy
2021-07-29
*
Fix typos (#1194)
Mircea Trofin
2021-06-28
*
prefix VLOG (#1187)
Dominic Hamon
2021-06-24
*
prefix macros to avoid clashes (#1186)
Dominic Hamon
2021-06-24
*
Random interleaving of benchmark repetitions - the sequel (fixes #1051) (#1163)
Roman Lebedev
2021-06-03
*
[NFCI] Make BenchmarkRunner non-internal to it's .cpp file
Roman Lebedev
2021-06-03
*
Make 'complexity reports' cache per-family, not global (#1166)
Roman Lebedev
2021-06-03
*
Introduce per-family instance index (#1165)
Roman Lebedev
2021-06-02
*
Introduce "family index" field into JSON output (#1164)
Roman Lebedev
2021-06-02
*
Ensure that we print repetition count even when it was specified via flag `--...
Roman Lebedev
2021-06-02
*
Revert "Implementation of random interleaving. (#1105)" (#1161)
Dominic Hamon
2021-06-01
*
Implementation of random interleaving. (#1105)
haih-g
2021-05-20
*
[PFM] Extend perf counter support to multi-threaded cases. (#1153)
Mircea Trofin
2021-05-19
*
Refactor `BenchmarkInstance` (#1148)
Dominic Hamon
2021-05-10
*
Support optional, user-directed collection of performance counters (#1114)
Mircea Trofin
2021-04-28
*
Use fewer ramp up repetitions when KeepRunningBatch is used (#1113)
Matt Armstrong
2021-04-20
*
Fix type conversion warnings. (#951)
Dominic Hamon
2020-04-06
*
Relax CHECK condition in benchmark_runner.cc (#938)
Paweł Bylica
2020-02-21
*
BenchmarkRunner: use std::lround() to round double to int
Roman Lebedev
2019-11-23
*
Iteration counts should be `uint64_t` globally. (#817)
Roman Lebedev
2019-05-13
*
Add process_time for better OpenMP and user-managed thread timing
Bryan Lunt
2019-04-09
*
[JSON] add threads and repetitions to the json output (#748)
BaaMeow
2019-03-26
*
BENCHMARK_CAPTURE() and Complexity() - naming problem (#761)
Daniel Harvey
2019-03-17
*
[NFC] BenchmarkRunner: always populate *_report_aggregates_only bools. (#708)
Roman Lebedev
2018-10-18
*
[NFC] Refactor RunBenchmark() (#690)
Roman Lebedev
2018-10-01