Home
last modified time | relevance | path

Searched refs:Stat1 (Results 1 – 1 of 1) sorted by relevance

/external/google-benchmark/src/
Dstat.h13 class Stat1; variable
18 typedef Stat1<float, int64_t> Stat1_f;
19 typedef Stat1<double, int64_t> Stat1_d;
31 class Stat1 {
33 typedef Stat1<VType, NumType> Self;
35 Stat1() { Clear(); } in Stat1() function
37 explicit Stat1(const VType &dat) { in Stat1() function
44 explicit Stat1(const VType *begin, const VType *end) { in Stat1() function
47 (*this) += Stat1(*item); in Stat1()
51 Stat1(const VType &dat, const NumType &w) { in Stat1() function
[all …]