Home
last modified time | relevance | path

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

/dports/science/lammps/lammps-stable_29Sep2021/lib/kokkos/containers/performance_tests/
H A DTestGlobal2LocalIds.hpp167 double elasped_time = 0; in test_global_to_local_ids() local
174 elasped_time = timer.seconds(); in test_global_to_local_ids()
175 std::cout << elasped_time << ", "; in test_global_to_local_ids()
182 elasped_time = timer.seconds(); in test_global_to_local_ids()
183 std::cout << elasped_time << ", "; in test_global_to_local_ids()
190 elasped_time = timer.seconds(); in test_global_to_local_ids()
191 std::cout << elasped_time << ", "; in test_global_to_local_ids()
201 elasped_time = timer.seconds(); in test_global_to_local_ids()
202 std::cout << elasped_time << std::endl; in test_global_to_local_ids()
/dports/devel/kokkos/kokkos-3.4.01/containers/performance_tests/
H A DTestGlobal2LocalIds.hpp167 double elasped_time = 0; in test_global_to_local_ids() local
174 elasped_time = timer.seconds(); in test_global_to_local_ids()
175 std::cout << elasped_time << ", "; in test_global_to_local_ids()
182 elasped_time = timer.seconds(); in test_global_to_local_ids()
183 std::cout << elasped_time << ", "; in test_global_to_local_ids()
190 elasped_time = timer.seconds(); in test_global_to_local_ids()
191 std::cout << elasped_time << ", "; in test_global_to_local_ids()
201 elasped_time = timer.seconds(); in test_global_to_local_ids()
202 std::cout << elasped_time << std::endl; in test_global_to_local_ids()
/dports/science/sparta/sparta-20Oct2021/lib/kokkos/containers/performance_tests/
H A DTestGlobal2LocalIds.hpp167 double elasped_time = 0; in test_global_to_local_ids() local
174 elasped_time = timer.seconds(); in test_global_to_local_ids()
175 std::cout << elasped_time << ", "; in test_global_to_local_ids()
182 elasped_time = timer.seconds(); in test_global_to_local_ids()
183 std::cout << elasped_time << ", "; in test_global_to_local_ids()
190 elasped_time = timer.seconds(); in test_global_to_local_ids()
191 std::cout << elasped_time << ", "; in test_global_to_local_ids()
201 elasped_time = timer.seconds(); in test_global_to_local_ids()
202 std::cout << elasped_time << std::endl; in test_global_to_local_ids()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/include/connect/services/
H A Dgrid_globals.hpp84 CStopWatch elasped_time; member
86 SJobActivity(CStopWatch et, bool is) : elasped_time(et), is_stuck(is) {} in SJobActivity()
87 SJobActivity() : elasped_time(CStopWatch(CStopWatch::eStart)), is_stuck(false) {} in SJobActivity()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/connect/services/
H A Dgrid_globals.hpp84 CStopWatch elasped_time; member
86 SJobActivity(CStopWatch et, bool is) : elasped_time(et), is_stuck(is) {} in SJobActivity()
87 SJobActivity() : elasped_time(CStopWatch(CStopWatch::eStart)), is_stuck(false) {} in SJobActivity()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/connect/services/
H A Dgrid_globals.cpp150 (int) it->second.elasped_time.Elapsed() << " seconds."; in Print()
164 if ( it->second.elasped_time.Elapsed() > m_InfiniteLoopTime) { in CheckForInfiniteLoop()
194 unsigned(it->second.elasped_time.Elapsed())); in x_KillNode()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/connect/services/
H A Dgrid_globals.cpp150 (int) it->second.elasped_time.Elapsed() << " seconds."; in Print()
164 if ( it->second.elasped_time.Elapsed() > m_InfiniteLoopTime) { in CheckForInfiniteLoop()
194 unsigned(it->second.elasped_time.Elapsed())); in x_KillNode()
/dports/graphics/tesseract/tesseract-5.0.0/src/wordrec/
H A Dtface.cpp73 void Wordrec::program_editdown(int32_t elasped_time) { in program_editdown() argument
H A Dwordrec.h55 void program_editdown(int32_t elasped_time);
249 void program_editdown(int32_t elasped_time); in ELISTIZEH()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/include/test/
H A Dswitch_fct.h2922 double elasped_time =0; in fct_standard_logger__on_fctx_end() local
2945 elasped_time = fct_timer__duration(&(logger->timer)); in fct_standard_logger__on_fctx_end()
2946 if ( elasped_time > 0.0000001 ) in fct_standard_logger__on_fctx_end()
2948 printf(" in %.6fs)\n", elasped_time); in fct_standard_logger__on_fctx_end()
3043 double elasped_time = 0; in fct_junit_logger__on_test_suite_end() local
3050 elasped_time = fct_ts__duration(ts); in fct_junit_logger__on_test_suite_end()
3062 elasped_time); in fct_junit_logger__on_test_suite_end()
/dports/net/sems/sems-f89581a/core/tests/
H A Dfct.h2932 double elasped_time =0; in fct_standard_logger__on_fctx_end() local
2955 elasped_time = fct_timer__duration(&(logger->timer)); in fct_standard_logger__on_fctx_end()
2956 if ( elasped_time > 0.0000001 ) in fct_standard_logger__on_fctx_end()
2958 printf(" in %.6fs)\n", elasped_time); in fct_standard_logger__on_fctx_end()
3053 double elasped_time = 0; in fct_junit_logger__on_test_suite_end() local
3060 elasped_time = fct_ts__duration(ts); in fct_junit_logger__on_test_suite_end()
3072 elasped_time); in fct_junit_logger__on_test_suite_end()