Home
last modified time | relevance | path

Searched refs:BenchFunction (Results 1 – 25 of 32) sorted by relevance

12

/dports/net-p2p/zetacoin-utils/zetacoin-0.13.2.1/src/bench/
H A Dbench.cpp13 std::map<std::string, BenchFunction> BenchRunner::benchmarks;
21 BenchRunner::BenchRunner(std::string name, BenchFunction func) in BenchRunner()
31 for (std::map<std::string,BenchFunction>::iterator it = benchmarks.begin(); in RunAll()
35 BenchFunction& func = it->second; in RunAll()
H A Dbench.h56 typedef boost::function<void(State&)> BenchFunction; typedef
60 static std::map<std::string, BenchFunction> benchmarks;
63 BenchRunner(std::string name, BenchFunction func);
/dports/net-p2p/zetacoin/zetacoin-0.13.2.1/src/bench/
H A Dbench.cpp13 std::map<std::string, BenchFunction> BenchRunner::benchmarks;
21 BenchRunner::BenchRunner(std::string name, BenchFunction func) in BenchRunner()
31 for (std::map<std::string,BenchFunction>::iterator it = benchmarks.begin(); in RunAll()
35 BenchFunction& func = it->second; in RunAll()
H A Dbench.h56 typedef boost::function<void(State&)> BenchFunction; typedef
60 static std::map<std::string, BenchFunction> benchmarks;
63 BenchRunner(std::string name, BenchFunction func);
/dports/net-p2p/zetacoin-daemon/zetacoin-0.13.2.1/src/bench/
H A Dbench.cpp13 std::map<std::string, BenchFunction> BenchRunner::benchmarks;
21 BenchRunner::BenchRunner(std::string name, BenchFunction func) in BenchRunner()
31 for (std::map<std::string,BenchFunction>::iterator it = benchmarks.begin(); in RunAll()
35 BenchFunction& func = it->second; in RunAll()
H A Dbench.h56 typedef boost::function<void(State&)> BenchFunction; typedef
60 static std::map<std::string, BenchFunction> benchmarks;
63 BenchRunner(std::string name, BenchFunction func);
/dports/net-p2p/bitcoin/bitcoin-22.0/src/bench/
H A Dbench.h41 typedef std::function<void(Bench&)> BenchFunction; typedef
53 typedef std::map<std::string, BenchFunction> BenchmarkMap;
57 BenchRunner(std::string name, BenchFunction func);
H A Dbench.cpp37 static std::map<std::string, BenchFunction> benchmarks_map; in benchmarks()
41 benchmark::BenchRunner::BenchRunner(std::string name, benchmark::BenchFunction func) in BenchRunner()
/dports/net-p2p/bitcoin-daemon/bitcoin-22.0/src/bench/
H A Dbench.h41 typedef std::function<void(Bench&)> BenchFunction; typedef
53 typedef std::map<std::string, BenchFunction> BenchmarkMap;
57 BenchRunner(std::string name, BenchFunction func);
H A Dbench.cpp37 static std::map<std::string, BenchFunction> benchmarks_map; in benchmarks()
41 benchmark::BenchRunner::BenchRunner(std::string name, benchmark::BenchFunction func) in BenchRunner()
/dports/net-p2p/bitcoin-utils/bitcoin-22.0/src/bench/
H A Dbench.h41 typedef std::function<void(Bench&)> BenchFunction; typedef
53 typedef std::map<std::string, BenchFunction> BenchmarkMap;
57 BenchRunner(std::string name, BenchFunction func);
H A Dbench.cpp37 static std::map<std::string, BenchFunction> benchmarks_map; in benchmarks()
41 benchmark::BenchRunner::BenchRunner(std::string name, benchmark::BenchFunction func) in BenchRunner()
/dports/net-p2p/namecoin-utils/namecoin-core-nc0.21.0.1/src/bench/
H A Dbench.h38 typedef std::function<void(Bench&)> BenchFunction; typedef
50 typedef std::map<std::string, BenchFunction> BenchmarkMap;
54 BenchRunner(std::string name, BenchFunction func);
H A Dbench.cpp37 static std::map<std::string, BenchFunction> benchmarks_map; in benchmarks()
41 benchmark::BenchRunner::BenchRunner(std::string name, benchmark::BenchFunction func) in BenchRunner()
/dports/net-p2p/namecoin/namecoin-core-nc0.21.0.1/src/bench/
H A Dbench.h38 typedef std::function<void(Bench&)> BenchFunction; typedef
50 typedef std::map<std::string, BenchFunction> BenchmarkMap;
54 BenchRunner(std::string name, BenchFunction func);
H A Dbench.cpp37 static std::map<std::string, BenchFunction> benchmarks_map; in benchmarks()
41 benchmark::BenchRunner::BenchRunner(std::string name, benchmark::BenchFunction func) in BenchRunner()
/dports/net-p2p/namecoin-daemon/namecoin-core-nc0.21.0.1/src/bench/
H A Dbench.h38 typedef std::function<void(Bench&)> BenchFunction; typedef
50 typedef std::map<std::string, BenchFunction> BenchmarkMap;
54 BenchRunner(std::string name, BenchFunction func);
H A Dbench.cpp37 static std::map<std::string, BenchFunction> benchmarks_map; in benchmarks()
41 benchmark::BenchRunner::BenchRunner(std::string name, benchmark::BenchFunction func) in BenchRunner()
/dports/net-p2p/litecoin-daemon/litecoin-0.18.1/src/bench/
H A Dbench.h83 typedef std::function<void(State&)> BenchFunction; typedef
88 BenchFunction func;
95 BenchRunner(std::string name, BenchFunction func, uint64_t num_iters_for_one_second);
/dports/net-p2p/litecoin/litecoin-0.18.1/src/bench/
H A Dbench.h83 typedef std::function<void(State&)> BenchFunction; typedef
88 BenchFunction func;
95 BenchRunner(std::string name, BenchFunction func, uint64_t num_iters_for_one_second);
/dports/net-p2p/litecoin-utils/litecoin-0.18.1/src/bench/
H A Dbench.h83 typedef std::function<void(State&)> BenchFunction; typedef
88 BenchFunction func;
95 BenchRunner(std::string name, BenchFunction func, uint64_t num_iters_for_one_second);
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/bench/
H A Dbench.h85 typedef std::function<void(State&)> BenchFunction; typedef
90 BenchFunction func;
97 BenchRunner(std::string name, BenchFunction func, uint64_t num_iters_for_one_second);
/dports/security/vault/vault-1.8.2/vendor/go.mongodb.org/mongo-driver/benchmark/
H A Dharness.go34 type BenchFunction func(*testing.B) type
36 func WrapCase(bench BenchCase) BenchFunction {
/dports/net-mgmt/semaphore/semaphore-2.6.8/vendor/go.mongodb.org/mongo-driver/benchmark/
H A Dharness.go34 type BenchFunction func(*testing.B) type
36 func WrapCase(bench BenchCase) BenchFunction {
/dports/www/grafana8/grafana-8.3.6/vendor/go.mongodb.org/mongo-driver/benchmark/
H A Dharness.go34 type BenchFunction func(*testing.B) type
36 func WrapCase(bench BenchCase) BenchFunction {

12