Home
last modified time | relevance | path

Searched refs:counter_stats (Results 1 – 25 of 65) sorted by relevance

123

/dports/devel/tinygo/tinygo-0.14.1/llvm-project/libcxx/utils/google-benchmark/src/
H A Dstatistics.cc106 std::map<std::string, CounterStat> counter_stats; in ComputeStats() local
109 auto it = counter_stats.find(cnt.first); in ComputeStats()
110 if (it == counter_stats.end()) { in ComputeStats()
111 counter_stats.insert({cnt.first, {cnt.second, std::vector<double>{}}}); in ComputeStats()
112 it = counter_stats.find(cnt.first); in ComputeStats()
115 CHECK_EQ(counter_stats[cnt.first].c.flags, cnt.second.flags); in ComputeStats()
129 auto it = counter_stats.find(cnt.first); in ComputeStats()
130 CHECK_NE(it, counter_stats.end()); in ComputeStats()
176 for (auto const& kv : counter_stats) { in ComputeStats()
179 auto c = Counter(uc_stat, counter_stats[kv.first].c.flags, in ComputeStats()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libcxx/utils/google-benchmark/src/
H A Dstatistics.cc106 std::map<std::string, CounterStat> counter_stats; in ComputeStats() local
109 auto it = counter_stats.find(cnt.first); in ComputeStats()
110 if (it == counter_stats.end()) { in ComputeStats()
111 counter_stats.insert({cnt.first, {cnt.second, std::vector<double>{}}}); in ComputeStats()
112 it = counter_stats.find(cnt.first); in ComputeStats()
115 CHECK_EQ(counter_stats[cnt.first].c.flags, cnt.second.flags); in ComputeStats()
129 auto it = counter_stats.find(cnt.first); in ComputeStats()
130 CHECK_NE(it, counter_stats.end()); in ComputeStats()
181 for (auto const& kv : counter_stats) { in ComputeStats()
184 auto c = Counter(uc_stat, counter_stats[kv.first].c.flags, in ComputeStats()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/buildtools/third_party/libc++/trunk/utils/google-benchmark/src/
H A Dstatistics.cc106 std::map<std::string, CounterStat> counter_stats; in ComputeStats() local
109 auto it = counter_stats.find(cnt.first); in ComputeStats()
110 if (it == counter_stats.end()) { in ComputeStats()
111 counter_stats.insert({cnt.first, {cnt.second, std::vector<double>{}}}); in ComputeStats()
112 it = counter_stats.find(cnt.first); in ComputeStats()
115 CHECK_EQ(counter_stats[cnt.first].c.flags, cnt.second.flags); in ComputeStats()
129 auto it = counter_stats.find(cnt.first); in ComputeStats()
130 CHECK_NE(it, counter_stats.end()); in ComputeStats()
176 for (auto const& kv : counter_stats) { in ComputeStats()
179 auto c = Counter(uc_stat, counter_stats[kv.first].c.flags, in ComputeStats()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/libcxx/utils/google-benchmark/src/
H A Dstatistics.cc106 std::map<std::string, CounterStat> counter_stats; in ComputeStats() local
109 auto it = counter_stats.find(cnt.first); in ComputeStats()
110 if (it == counter_stats.end()) { in ComputeStats()
111 counter_stats.insert({cnt.first, {cnt.second, std::vector<double>{}}}); in ComputeStats()
112 it = counter_stats.find(cnt.first); in ComputeStats()
115 CHECK_EQ(counter_stats[cnt.first].c.flags, cnt.second.flags); in ComputeStats()
129 auto it = counter_stats.find(cnt.first); in ComputeStats()
130 CHECK_NE(it, counter_stats.end()); in ComputeStats()
176 for (auto const& kv : counter_stats) { in ComputeStats()
179 auto c = Counter(uc_stat, counter_stats[kv.first].c.flags, in ComputeStats()
[all …]
/dports/math/stanmath/math-4.2.0/lib/benchmark_1.5.1/src/
H A Dstatistics.cc106 std::map<std::string, CounterStat> counter_stats; in ComputeStats() local
109 auto it = counter_stats.find(cnt.first); in ComputeStats()
110 if (it == counter_stats.end()) { in ComputeStats()
111 counter_stats.insert({cnt.first, {cnt.second, std::vector<double>{}}}); in ComputeStats()
112 it = counter_stats.find(cnt.first); in ComputeStats()
115 CHECK_EQ(counter_stats[cnt.first].c.flags, cnt.second.flags); in ComputeStats()
129 auto it = counter_stats.find(cnt.first); in ComputeStats()
130 CHECK_NE(it, counter_stats.end()); in ComputeStats()
179 for (auto const& kv : counter_stats) { in ComputeStats()
182 auto c = Counter(uc_stat, counter_stats[kv.first].c.flags, in ComputeStats()
[all …]
/dports/science/ascent/ascent-0.7.1-66-gbcf2742a/src/blt/thirdparty_builtin/benchmark-1.5.0/src/
H A Dstatistics.cc106 std::map<std::string, CounterStat> counter_stats; in ComputeStats() local
109 auto it = counter_stats.find(cnt.first); in ComputeStats()
110 if (it == counter_stats.end()) { in ComputeStats()
111 counter_stats.insert({cnt.first, {cnt.second, std::vector<double>{}}}); in ComputeStats()
112 it = counter_stats.find(cnt.first); in ComputeStats()
115 CHECK_EQ(counter_stats[cnt.first].c.flags, cnt.second.flags); in ComputeStats()
129 auto it = counter_stats.find(cnt.first); in ComputeStats()
130 CHECK_NE(it, counter_stats.end()); in ComputeStats()
179 for (auto const& kv : counter_stats) { in ComputeStats()
182 auto c = Counter(uc_stat, counter_stats[kv.first].c.flags, in ComputeStats()
[all …]
/dports/audio/mixxx/mixxx-2.3.0/lib/benchmark/src/
H A Dstatistics.cc106 std::map<std::string, CounterStat> counter_stats; in ComputeStats() local
109 auto it = counter_stats.find(cnt.first); in ComputeStats()
110 if (it == counter_stats.end()) { in ComputeStats()
111 counter_stats.insert({cnt.first, {cnt.second, std::vector<double>{}}}); in ComputeStats()
112 it = counter_stats.find(cnt.first); in ComputeStats()
115 CHECK_EQ(counter_stats[cnt.first].c.flags, cnt.second.flags); in ComputeStats()
129 auto it = counter_stats.find(cnt.first); in ComputeStats()
130 CHECK_NE(it, counter_stats.end()); in ComputeStats()
179 for (auto const& kv : counter_stats) { in ComputeStats()
182 auto c = Counter(uc_stat, counter_stats[kv.first].c.flags, in ComputeStats()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/libcxx/utils/google-benchmark/src/
H A Dstatistics.cc106 std::map<std::string, CounterStat> counter_stats; in ComputeStats() local
109 auto it = counter_stats.find(cnt.first); in ComputeStats()
110 if (it == counter_stats.end()) { in ComputeStats()
111 counter_stats.insert({cnt.first, {cnt.second, std::vector<double>{}}}); in ComputeStats()
112 it = counter_stats.find(cnt.first); in ComputeStats()
115 CHECK_EQ(counter_stats[cnt.first].c.flags, cnt.second.flags); in ComputeStats()
129 auto it = counter_stats.find(cnt.first); in ComputeStats()
130 CHECK_NE(it, counter_stats.end()); in ComputeStats()
176 for (auto const& kv : counter_stats) { in ComputeStats()
179 auto c = Counter(uc_stat, counter_stats[kv.first].c.flags, in ComputeStats()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/libcxx/utils/google-benchmark/src/
H A Dstatistics.cc106 std::map<std::string, CounterStat> counter_stats; in ComputeStats() local
109 auto it = counter_stats.find(cnt.first); in ComputeStats()
110 if (it == counter_stats.end()) { in ComputeStats()
111 counter_stats.insert({cnt.first, {cnt.second, std::vector<double>{}}}); in ComputeStats()
112 it = counter_stats.find(cnt.first); in ComputeStats()
115 CHECK_EQ(counter_stats[cnt.first].c.flags, cnt.second.flags); in ComputeStats()
129 auto it = counter_stats.find(cnt.first); in ComputeStats()
130 CHECK_NE(it, counter_stats.end()); in ComputeStats()
181 for (auto const& kv : counter_stats) { in ComputeStats()
184 auto c = Counter(uc_stat, counter_stats[kv.first].c.flags, in ComputeStats()
[all …]
/dports/devel/libc++/libcxx-10.0.1.src/utils/google-benchmark/src/
H A Dstatistics.cc106 std::map<std::string, CounterStat> counter_stats; in ComputeStats() local
109 auto it = counter_stats.find(cnt.first); in ComputeStats()
110 if (it == counter_stats.end()) { in ComputeStats()
111 counter_stats.insert({cnt.first, {cnt.second, std::vector<double>{}}}); in ComputeStats()
112 it = counter_stats.find(cnt.first); in ComputeStats()
115 CHECK_EQ(counter_stats[cnt.first].c.flags, cnt.second.flags); in ComputeStats()
129 auto it = counter_stats.find(cnt.first); in ComputeStats()
130 CHECK_NE(it, counter_stats.end()); in ComputeStats()
176 for (auto const& kv : counter_stats) { in ComputeStats()
179 auto c = Counter(uc_stat, counter_stats[kv.first].c.flags, in ComputeStats()
[all …]
/dports/science/conduit/conduit-0.8.0/src/blt/thirdparty_builtin/benchmark-1.5.0/src/
H A Dstatistics.cc106 std::map<std::string, CounterStat> counter_stats; in ComputeStats() local
109 auto it = counter_stats.find(cnt.first); in ComputeStats()
110 if (it == counter_stats.end()) { in ComputeStats()
111 counter_stats.insert({cnt.first, {cnt.second, std::vector<double>{}}}); in ComputeStats()
112 it = counter_stats.find(cnt.first); in ComputeStats()
115 CHECK_EQ(counter_stats[cnt.first].c.flags, cnt.second.flags); in ComputeStats()
129 auto it = counter_stats.find(cnt.first); in ComputeStats()
130 CHECK_NE(it, counter_stats.end()); in ComputeStats()
179 for (auto const& kv : counter_stats) { in ComputeStats()
182 auto c = Counter(uc_stat, counter_stats[kv.first].c.flags, in ComputeStats()
[all …]
/dports/science/axom/axom-0.6.1/src/cmake/blt/thirdparty_builtin/benchmark-1.5.0/src/
H A Dstatistics.cc106 std::map<std::string, CounterStat> counter_stats; in ComputeStats() local
109 auto it = counter_stats.find(cnt.first); in ComputeStats()
110 if (it == counter_stats.end()) { in ComputeStats()
111 counter_stats.insert({cnt.first, {cnt.second, std::vector<double>{}}}); in ComputeStats()
112 it = counter_stats.find(cnt.first); in ComputeStats()
115 CHECK_EQ(counter_stats[cnt.first].c.flags, cnt.second.flags); in ComputeStats()
129 auto it = counter_stats.find(cnt.first); in ComputeStats()
130 CHECK_NE(it, counter_stats.end()); in ComputeStats()
179 for (auto const& kv : counter_stats) { in ComputeStats()
182 auto c = Counter(uc_stat, counter_stats[kv.first].c.flags, in ComputeStats()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/libcxx/utils/google-benchmark/src/
H A Dstatistics.cc106 std::map<std::string, CounterStat> counter_stats; in ComputeStats() local
109 auto it = counter_stats.find(cnt.first); in ComputeStats()
110 if (it == counter_stats.end()) { in ComputeStats()
111 counter_stats.insert({cnt.first, {cnt.second, std::vector<double>{}}}); in ComputeStats()
112 it = counter_stats.find(cnt.first); in ComputeStats()
115 CHECK_EQ(counter_stats[cnt.first].c.flags, cnt.second.flags); in ComputeStats()
129 auto it = counter_stats.find(cnt.first); in ComputeStats()
130 CHECK_NE(it, counter_stats.end()); in ComputeStats()
181 for (auto const& kv : counter_stats) { in ComputeStats()
184 auto c = Counter(uc_stat, counter_stats[kv.first].c.flags, in ComputeStats()
[all …]
/dports/misc/glow/glow-f24d960e3cc80db95ac0bc17b1900dbf60ca044a/tests/googlebenchmark/src/
H A Dstatistics.cc106 std::map<std::string, CounterStat> counter_stats; in ComputeStats() local
109 auto it = counter_stats.find(cnt.first); in ComputeStats()
110 if (it == counter_stats.end()) { in ComputeStats()
111 counter_stats.insert({cnt.first, {cnt.second, std::vector<double>{}}}); in ComputeStats()
112 it = counter_stats.find(cnt.first); in ComputeStats()
115 CHECK_EQ(counter_stats[cnt.first].c.flags, cnt.second.flags); in ComputeStats()
129 auto it = counter_stats.find(cnt.first); in ComputeStats()
130 CHECK_NE(it, counter_stats.end()); in ComputeStats()
179 for (auto const& kv : counter_stats) { in ComputeStats()
182 auto c = Counter(uc_stat, counter_stats[kv.first].c.flags, in ComputeStats()
[all …]
/dports/security/palisade/palisade-release-d76213499af44558170cca6c72c5314755fec23c/third-party/google-benchmark/src/
H A Dstatistics.cc106 std::map<std::string, CounterStat> counter_stats; in ComputeStats() local
109 auto it = counter_stats.find(cnt.first); in ComputeStats()
110 if (it == counter_stats.end()) { in ComputeStats()
111 counter_stats.insert({cnt.first, {cnt.second, std::vector<double>{}}}); in ComputeStats()
112 it = counter_stats.find(cnt.first); in ComputeStats()
115 BM_CHECK_EQ(counter_stats[cnt.first].c.flags, cnt.second.flags); in ComputeStats()
129 auto it = counter_stats.find(cnt.first); in ComputeStats()
130 BM_CHECK_NE(it, counter_stats.end()); in ComputeStats()
181 for (auto const& kv : counter_stats) { in ComputeStats()
184 auto c = Counter(uc_stat, counter_stats[kv.first].c.flags, in ComputeStats()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/libcxx/utils/google-benchmark/src/
H A Dstatistics.cc106 std::map<std::string, CounterStat> counter_stats; in ComputeStats() local
109 auto it = counter_stats.find(cnt.first); in ComputeStats()
110 if (it == counter_stats.end()) { in ComputeStats()
111 counter_stats.insert({cnt.first, {cnt.second, std::vector<double>{}}}); in ComputeStats()
112 it = counter_stats.find(cnt.first); in ComputeStats()
115 CHECK_EQ(counter_stats[cnt.first].c.flags, cnt.second.flags); in ComputeStats()
129 auto it = counter_stats.find(cnt.first); in ComputeStats()
130 CHECK_NE(it, counter_stats.end()); in ComputeStats()
176 for (auto const& kv : counter_stats) { in ComputeStats()
179 auto c = Counter(uc_stat, counter_stats[kv.first].c.flags, in ComputeStats()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/libcxx/utils/google-benchmark/src/
H A Dstatistics.cc106 std::map<std::string, CounterStat> counter_stats; in ComputeStats() local
109 auto it = counter_stats.find(cnt.first); in ComputeStats()
110 if (it == counter_stats.end()) { in ComputeStats()
111 counter_stats.insert({cnt.first, {cnt.second, std::vector<double>{}}}); in ComputeStats()
112 it = counter_stats.find(cnt.first); in ComputeStats()
115 CHECK_EQ(counter_stats[cnt.first].c.flags, cnt.second.flags); in ComputeStats()
129 auto it = counter_stats.find(cnt.first); in ComputeStats()
130 CHECK_NE(it, counter_stats.end()); in ComputeStats()
176 for (auto const& kv : counter_stats) { in ComputeStats()
179 auto c = Counter(uc_stat, counter_stats[kv.first].c.flags, in ComputeStats()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/libcxx/utils/google-benchmark/src/
H A Dstatistics.cc106 std::map<std::string, CounterStat> counter_stats;
109 auto it = counter_stats.find(cnt.first);
110 if (it == counter_stats.end()) {
111 counter_stats.insert({cnt.first, {cnt.second, std::vector<double>{}}});
112 it = counter_stats.find(cnt.first);
115 CHECK_EQ(counter_stats[cnt.first].c.flags, cnt.second.flags);
129 auto it = counter_stats.find(cnt.first);
130 CHECK_NE(it, counter_stats.end());
181 for (auto const& kv : counter_stats) {
184 auto c = Counter(uc_stat, counter_stats[kv.first].c.flags,
[all …]
/dports/devel/benchmark/benchmark-1.6.0/src/
H A Dstatistics.cc115 std::map<std::string, CounterStat> counter_stats; in ComputeStats() local
118 auto it = counter_stats.find(cnt.first); in ComputeStats()
119 if (it == counter_stats.end()) { in ComputeStats()
120 counter_stats.insert({cnt.first, {cnt.second, std::vector<double>{}}}); in ComputeStats()
121 it = counter_stats.find(cnt.first); in ComputeStats()
124 BM_CHECK_EQ(counter_stats[cnt.first].c.flags, cnt.second.flags); in ComputeStats()
138 auto it = counter_stats.find(cnt.first); in ComputeStats()
139 BM_CHECK_NE(it, counter_stats.end()); in ComputeStats()
193 for (auto const& kv : counter_stats) { in ComputeStats()
196 auto c = Counter(uc_stat, counter_stats[kv.first].c.flags, in ComputeStats()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/utils/benchmark/src/
H A Dstatistics.cc111 std::map< std::string, CounterStat > counter_stats; in ComputeStats() local
114 auto it = counter_stats.find(cnt.first); in ComputeStats()
115 if(it == counter_stats.end()) { in ComputeStats()
116 counter_stats.insert({cnt.first, {cnt.second, std::vector<double>{}}}); in ComputeStats()
117 it = counter_stats.find(cnt.first); in ComputeStats()
120 CHECK_EQ(counter_stats[cnt.first].c.flags, cnt.second.flags); in ComputeStats()
136 auto it = counter_stats.find(cnt.first); in ComputeStats()
137 CHECK_NE(it, counter_stats.end()); in ComputeStats()
166 for(auto const& kv : counter_stats) { in ComputeStats()
168 auto c = Counter(uc_stat, counter_stats[kv.first].c.flags); in ComputeStats()
/dports/devel/llvm11/llvm-11.0.1.src/utils/benchmark/src/
H A Dstatistics.cc111 std::map< std::string, CounterStat > counter_stats; in ComputeStats() local
114 auto it = counter_stats.find(cnt.first); in ComputeStats()
115 if(it == counter_stats.end()) { in ComputeStats()
116 counter_stats.insert({cnt.first, {cnt.second, std::vector<double>{}}}); in ComputeStats()
117 it = counter_stats.find(cnt.first); in ComputeStats()
120 CHECK_EQ(counter_stats[cnt.first].c.flags, cnt.second.flags); in ComputeStats()
136 auto it = counter_stats.find(cnt.first); in ComputeStats()
137 CHECK_NE(it, counter_stats.end()); in ComputeStats()
166 for(auto const& kv : counter_stats) { in ComputeStats()
168 auto c = Counter(uc_stat, counter_stats[kv.first].c.flags); in ComputeStats()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/utils/benchmark/src/
H A Dstatistics.cc111 std::map< std::string, CounterStat > counter_stats; in ComputeStats() local
114 auto it = counter_stats.find(cnt.first); in ComputeStats()
115 if(it == counter_stats.end()) { in ComputeStats()
116 counter_stats.insert({cnt.first, {cnt.second, std::vector<double>{}}}); in ComputeStats()
117 it = counter_stats.find(cnt.first); in ComputeStats()
120 CHECK_EQ(counter_stats[cnt.first].c.flags, cnt.second.flags); in ComputeStats()
136 auto it = counter_stats.find(cnt.first); in ComputeStats()
137 CHECK_NE(it, counter_stats.end()); in ComputeStats()
166 for(auto const& kv : counter_stats) { in ComputeStats()
168 auto c = Counter(uc_stat, counter_stats[kv.first].c.flags); in ComputeStats()
/dports/devel/llvm90/llvm-9.0.1.src/utils/benchmark/src/
H A Dstatistics.cc111 std::map< std::string, CounterStat > counter_stats; in ComputeStats() local
114 auto it = counter_stats.find(cnt.first); in ComputeStats()
115 if(it == counter_stats.end()) { in ComputeStats()
116 counter_stats.insert({cnt.first, {cnt.second, std::vector<double>{}}}); in ComputeStats()
117 it = counter_stats.find(cnt.first); in ComputeStats()
120 CHECK_EQ(counter_stats[cnt.first].c.flags, cnt.second.flags); in ComputeStats()
136 auto it = counter_stats.find(cnt.first); in ComputeStats()
137 CHECK_NE(it, counter_stats.end()); in ComputeStats()
166 for(auto const& kv : counter_stats) { in ComputeStats()
168 auto c = Counter(uc_stat, counter_stats[kv.first].c.flags); in ComputeStats()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/utils/benchmark/src/
H A Dstatistics.cc111 std::map< std::string, CounterStat > counter_stats; in ComputeStats() local
114 auto it = counter_stats.find(cnt.first); in ComputeStats()
115 if(it == counter_stats.end()) { in ComputeStats()
116 counter_stats.insert({cnt.first, {cnt.second, std::vector<double>{}}}); in ComputeStats()
117 it = counter_stats.find(cnt.first); in ComputeStats()
120 CHECK_EQ(counter_stats[cnt.first].c.flags, cnt.second.flags); in ComputeStats()
136 auto it = counter_stats.find(cnt.first); in ComputeStats()
137 CHECK_NE(it, counter_stats.end()); in ComputeStats()
166 for(auto const& kv : counter_stats) { in ComputeStats()
168 auto c = Counter(uc_stat, counter_stats[kv.first].c.flags); in ComputeStats()
/dports/devel/llvm10/llvm-10.0.1.src/utils/benchmark/src/
H A Dstatistics.cc111 std::map< std::string, CounterStat > counter_stats; in ComputeStats() local
114 auto it = counter_stats.find(cnt.first); in ComputeStats()
115 if(it == counter_stats.end()) { in ComputeStats()
116 counter_stats.insert({cnt.first, {cnt.second, std::vector<double>{}}}); in ComputeStats()
117 it = counter_stats.find(cnt.first); in ComputeStats()
120 CHECK_EQ(counter_stats[cnt.first].c.flags, cnt.second.flags); in ComputeStats()
136 auto it = counter_stats.find(cnt.first); in ComputeStats()
137 CHECK_NE(it, counter_stats.end()); in ComputeStats()
166 for(auto const& kv : counter_stats) { in ComputeStats()
168 auto c = Counter(uc_stat, counter_stats[kv.first].c.flags); in ComputeStats()

123