Home
last modified time | relevance | path

Searched refs:trials_sec (Results 1 – 25 of 63) sorted by relevance

123

/dports/devel/boost-python-libs/boost_1_72_0/libs/local_function/example/
H A Dprofile_cxx11_lambda.cpp29 boost::chrono::duration<double> trials_sec; in main() local
36 trials_sec += boost::chrono::system_clock::now() - start; in main()
39 profile::display(size, trials, sum, trials_sec.count()); in main()
H A Dprofile_phoenix.cpp28 boost::chrono::duration<double> trials_sec; in main() local
39 trials_sec += boost::chrono::system_clock::now() - start; in main()
42 profile::display(size, trials, sum, trials_sec.count()); in main()
H A Dprofile_local_function.cpp34 boost::chrono::duration<double> trials_sec; in main() local
39 trials_sec += boost::chrono::system_clock::now() - start; in main()
42 profile::display(size, trials, sum, trials_sec.count(), decl_sec.count()); in main()
H A Dprofile_local_function_inline.cpp34 boost::chrono::duration<double> trials_sec; in main() local
39 trials_sec += boost::chrono::system_clock::now() - start; in main()
42 profile::display(size, trials, sum, trials_sec.count(), decl_sec.count()); in main()
H A Dprofile_helpers.hpp37 const double& sum, const double& trials_sec, in display() argument
41 std::clog << "trials run-time [s] = " << trials_sec << std::endl; in display()
43 double avg_sec = decl_sec + trials_sec / trials; in display()
/dports/devel/boost-docs/boost_1_72_0/libs/local_function/example/
H A Dprofile_cxx11_lambda.cpp29 boost::chrono::duration<double> trials_sec; in main() local
36 trials_sec += boost::chrono::system_clock::now() - start; in main()
39 profile::display(size, trials, sum, trials_sec.count()); in main()
H A Dprofile_phoenix.cpp28 boost::chrono::duration<double> trials_sec; in main() local
39 trials_sec += boost::chrono::system_clock::now() - start; in main()
42 profile::display(size, trials, sum, trials_sec.count()); in main()
H A Dprofile_local_function.cpp34 boost::chrono::duration<double> trials_sec; in main() local
39 trials_sec += boost::chrono::system_clock::now() - start; in main()
42 profile::display(size, trials, sum, trials_sec.count(), decl_sec.count()); in main()
H A Dprofile_helpers.hpp37 const double& sum, const double& trials_sec, in display() argument
41 std::clog << "trials run-time [s] = " << trials_sec << std::endl; in display()
43 double avg_sec = decl_sec + trials_sec / trials; in display()
H A Dprofile_local_function_inline.cpp34 boost::chrono::duration<double> trials_sec; in main() local
39 trials_sec += boost::chrono::system_clock::now() - start; in main()
42 profile::display(size, trials, sum, trials_sec.count(), decl_sec.count()); in main()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/local_function/example/
H A Dprofile_cxx11_lambda.cpp29 boost::chrono::duration<double> trials_sec; in main() local
36 trials_sec += boost::chrono::system_clock::now() - start; in main()
39 profile::display(size, trials, sum, trials_sec.count()); in main()
H A Dprofile_phoenix.cpp28 boost::chrono::duration<double> trials_sec; in main() local
39 trials_sec += boost::chrono::system_clock::now() - start; in main()
42 profile::display(size, trials, sum, trials_sec.count()); in main()
H A Dprofile_helpers.hpp37 const double& sum, const double& trials_sec, in display() argument
41 std::clog << "trials run-time [s] = " << trials_sec << std::endl; in display()
43 double avg_sec = decl_sec + trials_sec / trials; in display()
/dports/databases/percona57-server/boost_1_59_0/libs/local_function/example/
H A Dprofile_cxx11_lambda.cpp29 boost::chrono::duration<double> trials_sec; in main() local
36 trials_sec += boost::chrono::system_clock::now() - start; in main()
39 profile::display(size, trials, sum, trials_sec.count()); in main()
H A Dprofile_phoenix.cpp28 boost::chrono::duration<double> trials_sec; in main() local
39 trials_sec += boost::chrono::system_clock::now() - start; in main()
42 profile::display(size, trials, sum, trials_sec.count()); in main()
/dports/databases/xtrabackup/boost_1_59_0/libs/local_function/example/
H A Dprofile_cxx11_lambda.cpp29 boost::chrono::duration<double> trials_sec; in main() local
36 trials_sec += boost::chrono::system_clock::now() - start; in main()
39 profile::display(size, trials, sum, trials_sec.count()); in main()
H A Dprofile_phoenix.cpp28 boost::chrono::duration<double> trials_sec; in main() local
39 trials_sec += boost::chrono::system_clock::now() - start; in main()
42 profile::display(size, trials, sum, trials_sec.count()); in main()
/dports/databases/percona57-client/boost_1_59_0/libs/local_function/example/
H A Dprofile_cxx11_lambda.cpp29 boost::chrono::duration<double> trials_sec; in main() local
36 trials_sec += boost::chrono::system_clock::now() - start; in main()
39 profile::display(size, trials, sum, trials_sec.count()); in main()
H A Dprofile_phoenix.cpp28 boost::chrono::duration<double> trials_sec; in main() local
39 trials_sec += boost::chrono::system_clock::now() - start; in main()
42 profile::display(size, trials, sum, trials_sec.count()); in main()
/dports/devel/boost-libs/boost_1_72_0/libs/local_function/example/
H A Dprofile_cxx11_lambda.cpp29 boost::chrono::duration<double> trials_sec; in main() local
36 trials_sec += boost::chrono::system_clock::now() - start; in main()
39 profile::display(size, trials, sum, trials_sec.count()); in main()
H A Dprofile_phoenix.cpp28 boost::chrono::duration<double> trials_sec; in main() local
39 trials_sec += boost::chrono::system_clock::now() - start; in main()
42 profile::display(size, trials, sum, trials_sec.count()); in main()
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/local_function/example/
H A Dprofile_cxx11_lambda.cpp29 boost::chrono::duration<double> trials_sec; in main() local
36 trials_sec += boost::chrono::system_clock::now() - start; in main()
39 profile::display(size, trials, sum, trials_sec.count()); in main()
H A Dprofile_phoenix.cpp28 boost::chrono::duration<double> trials_sec; in main() local
39 trials_sec += boost::chrono::system_clock::now() - start; in main()
42 profile::display(size, trials, sum, trials_sec.count()); in main()
/dports/devel/hyperscan/boost_1_75_0/libs/local_function/example/
H A Dprofile_cxx11_lambda.cpp29 boost::chrono::duration<double> trials_sec; in main() local
36 trials_sec += boost::chrono::system_clock::now() - start; in main()
39 profile::display(size, trials, sum, trials_sec.count()); in main()
H A Dprofile_phoenix.cpp28 boost::chrono::duration<double> trials_sec; in main() local
39 trials_sec += boost::chrono::system_clock::now() - start; in main()
42 profile::display(size, trials, sum, trials_sec.count()); in main()

123