mirror of
https://github.com/google/benchmark.git
synced 2025-03-11 01:30:06 +08:00
changed complexity_n from int to size_t
This commit is contained in:
parent
5e10e120db
commit
64d72ee7b2
@ -70,7 +70,7 @@ class BenchmarkReporter {
|
||||
|
||||
// Keep track of arguments to compute asymptotic complexity
|
||||
BigO complexity;
|
||||
int complexity_n;
|
||||
size_t complexity_n;
|
||||
|
||||
// Inform print function whether the current run is a complexity report
|
||||
bool report_big_o;
|
||||
|
Loading…
Reference in New Issue
Block a user