Home
last modified time | relevance | path

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

/dports/graphics/vulkan-validation-layers/Vulkan-ValidationLayers-1.2.203/external/robin-hood-hashing/src/test/thirdparty/nanobench/
H A Dnanobench.h2174 if (mBench.output() != nullptr) { in htmlBoxplot()
2180 if (mBench.relative()) { in htmlBoxplot()
2188 if (mBench.complexityN() > 0) { in htmlBoxplot()
2192 columns.emplace_back(22, 2, mBench.timeUnitName() + "/" + mBench.unit(), "", in htmlBoxplot()
2193 rMedian / (mBench.timeUnit().count() * mBench.batch())); in htmlBoxplot()
2194 …columns.emplace_back(22, 2, mBench.unit() + "/s", "", rMedian <= 0.0 ? 0.0 : mBench.batch() / rMed… in htmlBoxplot()
2202 … columns.emplace_back(18, 2, "ins/" + mBench.unit(), "", rInsMedian / mBench.batch()); in htmlBoxplot()
2208 … columns.emplace_back(18, 2, "cyc/" + mBench.unit(), "", rCycMedian / mBench.batch()); in htmlBoxplot()
2215 … columns.emplace_back(17, 2, "bra/" + mBench.unit(), "", rBraMedian / mBench.batch()); in htmlBoxplot()
2228 auto& os = *mBench.output(); in htmlBoxplot()
[all …]
/dports/net-p2p/bitcoin/bitcoin-22.0/src/bench/
H A Dnanobench.h2187 if (mBench.output() != nullptr) {
2193 if (mBench.relative()) {
2201 if (mBench.complexityN() > 0) {
2205 columns.emplace_back(22, 2, mBench.timeUnitName() + "/" + mBench.unit(), "",
2206 rMedian / (mBench.timeUnit().count() * mBench.batch()));
2207 …columns.emplace_back(22, 2, mBench.unit() + "/s", "", rMedian <= 0.0 ? 0.0 : mBench.batch() / rMed…
2215 … columns.emplace_back(18, 2, "ins/" + mBench.unit(), "", rInsMedian / mBench.batch());
2221 … columns.emplace_back(18, 2, "cyc/" + mBench.unit(), "", rCycMedian / mBench.batch());
2228 … columns.emplace_back(17, 2, "bra/" + mBench.unit(), "", rBraMedian / mBench.batch());
2241 auto& os = *mBench.output();
[all …]
/dports/net-p2p/bitcoin-daemon/bitcoin-22.0/src/bench/
H A Dnanobench.h2187 if (mBench.output() != nullptr) { in htmlBoxplot()
2193 if (mBench.relative()) { in htmlBoxplot()
2201 if (mBench.complexityN() > 0) { in htmlBoxplot()
2205 columns.emplace_back(22, 2, mBench.timeUnitName() + "/" + mBench.unit(), "", in htmlBoxplot()
2206 rMedian / (mBench.timeUnit().count() * mBench.batch())); in htmlBoxplot()
2207 …columns.emplace_back(22, 2, mBench.unit() + "/s", "", rMedian <= 0.0 ? 0.0 : mBench.batch() / rMed… in htmlBoxplot()
2215 … columns.emplace_back(18, 2, "ins/" + mBench.unit(), "", rInsMedian / mBench.batch()); in htmlBoxplot()
2221 … columns.emplace_back(18, 2, "cyc/" + mBench.unit(), "", rCycMedian / mBench.batch()); in htmlBoxplot()
2228 … columns.emplace_back(17, 2, "bra/" + mBench.unit(), "", rBraMedian / mBench.batch()); in htmlBoxplot()
2241 auto& os = *mBench.output(); in htmlBoxplot()
[all …]
/dports/net-p2p/bitcoin-utils/bitcoin-22.0/src/bench/
H A Dnanobench.h2187 if (mBench.output() != nullptr) { in htmlBoxplot()
2193 if (mBench.relative()) { in htmlBoxplot()
2201 if (mBench.complexityN() > 0) { in htmlBoxplot()
2205 columns.emplace_back(22, 2, mBench.timeUnitName() + "/" + mBench.unit(), "", in htmlBoxplot()
2206 rMedian / (mBench.timeUnit().count() * mBench.batch())); in htmlBoxplot()
2207 …columns.emplace_back(22, 2, mBench.unit() + "/s", "", rMedian <= 0.0 ? 0.0 : mBench.batch() / rMed… in htmlBoxplot()
2215 … columns.emplace_back(18, 2, "ins/" + mBench.unit(), "", rInsMedian / mBench.batch()); in htmlBoxplot()
2221 … columns.emplace_back(18, 2, "cyc/" + mBench.unit(), "", rCycMedian / mBench.batch()); in htmlBoxplot()
2228 … columns.emplace_back(17, 2, "bra/" + mBench.unit(), "", rBraMedian / mBench.batch()); in htmlBoxplot()
2241 auto& os = *mBench.output(); in htmlBoxplot()
[all …]
/dports/net-p2p/namecoin/namecoin-core-nc0.21.0.1/src/bench/
H A Dnanobench.h2066 if (0 != mBench.epochIterations()) { in htmlBoxplot()
2093 if (mBench.output() != nullptr) { in htmlBoxplot()
2099 if (mBench.relative()) { in htmlBoxplot()
2107 if (mBench.complexityN() > 0) { in htmlBoxplot()
2111 columns.emplace_back(22, 2, "ns/" + mBench.unit(), "", 1e9 * rMedian / mBench.batch()); in htmlBoxplot()
2112 …columns.emplace_back(22, 2, mBench.unit() + "/s", "", rMedian <= 0.0 ? 0.0 : mBench.batch() / rMed… in htmlBoxplot()
2120 … columns.emplace_back(18, 2, "ins/" + mBench.unit(), "", rInsMedian / mBench.batch()); in htmlBoxplot()
2126 … columns.emplace_back(18, 2, "cyc/" + mBench.unit(), "", rCycMedian / mBench.batch()); in htmlBoxplot()
2133 … columns.emplace_back(17, 2, "bra/" + mBench.unit(), "", rBraMedian / mBench.batch()); in htmlBoxplot()
2146 auto& os = *mBench.output(); in htmlBoxplot()
[all …]
/dports/net-p2p/namecoin-daemon/namecoin-core-nc0.21.0.1/src/bench/
H A Dnanobench.h2066 if (0 != mBench.epochIterations()) { in htmlBoxplot()
2093 if (mBench.output() != nullptr) { in htmlBoxplot()
2099 if (mBench.relative()) { in htmlBoxplot()
2107 if (mBench.complexityN() > 0) { in htmlBoxplot()
2111 columns.emplace_back(22, 2, "ns/" + mBench.unit(), "", 1e9 * rMedian / mBench.batch()); in htmlBoxplot()
2112 …columns.emplace_back(22, 2, mBench.unit() + "/s", "", rMedian <= 0.0 ? 0.0 : mBench.batch() / rMed… in htmlBoxplot()
2120 … columns.emplace_back(18, 2, "ins/" + mBench.unit(), "", rInsMedian / mBench.batch()); in htmlBoxplot()
2126 … columns.emplace_back(18, 2, "cyc/" + mBench.unit(), "", rCycMedian / mBench.batch()); in htmlBoxplot()
2133 … columns.emplace_back(17, 2, "bra/" + mBench.unit(), "", rBraMedian / mBench.batch()); in htmlBoxplot()
2146 auto& os = *mBench.output(); in htmlBoxplot()
[all …]
/dports/net-p2p/namecoin-utils/namecoin-core-nc0.21.0.1/src/bench/
H A Dnanobench.h2066 if (0 != mBench.epochIterations()) { in htmlBoxplot()
2093 if (mBench.output() != nullptr) { in htmlBoxplot()
2099 if (mBench.relative()) { in htmlBoxplot()
2107 if (mBench.complexityN() > 0) { in htmlBoxplot()
2111 columns.emplace_back(22, 2, "ns/" + mBench.unit(), "", 1e9 * rMedian / mBench.batch()); in htmlBoxplot()
2112 …columns.emplace_back(22, 2, mBench.unit() + "/s", "", rMedian <= 0.0 ? 0.0 : mBench.batch() / rMed… in htmlBoxplot()
2120 … columns.emplace_back(18, 2, "ins/" + mBench.unit(), "", rInsMedian / mBench.batch()); in htmlBoxplot()
2126 … columns.emplace_back(18, 2, "cyc/" + mBench.unit(), "", rCycMedian / mBench.batch()); in htmlBoxplot()
2133 … columns.emplace_back(17, 2, "bra/" + mBench.unit(), "", rBraMedian / mBench.batch()); in htmlBoxplot()
2146 auto& os = *mBench.output(); in htmlBoxplot()
[all …]
/dports/audio/audacity/audacity-Audacity-3.1.3/src/effects/
H A DEqualization.h239 bool mBench; variable
H A DEqualization.cpp310 mBench=false;
712 if(mBench) { in Process()
713 mBench=false; in Process()
3048 mBench=true; in OnBench()
/dports/biology/hyphy/hyphy-2.5.33/src/core/
H A Dmatrix.cpp5174 hyFloat mBench = -bench; in IsMaxElement() local
5178 if ( t>bench || t<mBench ) { in IsMaxElement()
5186 if ( t>bench || t<mBench ) { in IsMaxElement()
/dports/archivers/peazip/peazip-8.1.0.src/
H A Dpeach.pas2820 mBench: TMenuItem;
9810 mBench.Caption:=txt_sysbenchmark;
H A Dpeach.lrs5099 +'MenuItem92'#7'Caption'#6#1'-'#0#0#9'TMenuItem'#6'mBench'#7'Caption'#6#16'Sy'
H A Dpeach.lfm15026 object mBench: TMenuItem