mirror of
https://github.com/google/benchmark.git
synced 2024-11-26 16:31:54 +00: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 a new issue