Home
last modified time | relevance | path

Searched refs:time_avg (Results 1 – 25 of 44) sorted by relevance

12

/dports/astro/oskar/OSKAR-2.8.0/oskar/correlate/src/
H A Doskar_cross_correlate.c37 double time_avg = 0.0, gha0 = 0.0, dec0 = 0.0; in oskar_cross_correlate() local
54 time_avg = oskar_telescope_time_average_sec(tel); in oskar_cross_correlate()
143 frac_bandwidth, time_avg, gha0, dec0, in oskar_cross_correlate()
166 frac_bandwidth, time_avg, gha0, dec0, in oskar_cross_correlate()
186 frac_bandwidth, time_avg, gha0, dec0, in oskar_cross_correlate()
206 frac_bandwidth, time_avg, gha0, dec0, in oskar_cross_correlate()
235 frac_bandwidth, time_avg, gha0, dec0, in oskar_cross_correlate()
255 frac_bandwidth, time_avg, gha0, dec0, in oskar_cross_correlate()
272 frac_bandwidth, time_avg, gha0, dec0, in oskar_cross_correlate()
494 const float time_avg_f = (float) time_avg; in oskar_cross_correlate()
[all …]
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/test/perf/
H A Dadj_mem_time_test.cpp173 qtime.vertex_to_edges_avg = time_avg; in adj_perf()
196 qtime.edge_to_edges_avg = time_avg; in adj_perf()
214 qtime.vertex_to_faces_avg = time_avg; in adj_perf()
226 qtime.edge_to_faces_avg = time_avg; in adj_perf()
249 qtime.face_to_faces_avg = time_avg; in adj_perf()
261 qtime.face_to_edges_avg = time_avg; in adj_perf()
291 qtime.edge_to_cells_avg = time_avg; in adj_perf()
303 qtime.face_to_cells_avg = time_avg; in adj_perf()
326 qtime.cell_to_cells_avg = time_avg; in adj_perf()
338 qtime.cell_to_edges_avg = time_avg; in adj_perf()
[all …]
H A Dumr_perf.cpp93 double time_start, time_avg, time_total; in umr_perf_test() local
256 time_avg = time_total/(double)verts.size(); in umr_perf_test()
258 …RATION:: get_coordinates"<<" :: Time_total = "<<time_total<<" :: Time_avg = "<<time_avg<<std::endl; in umr_perf_test()
269 time_avg = time_total/(double)verts.size(); in umr_perf_test()
271 …RATION:: get_coordinates"<<" :: Time_total = "<<time_total<<" :: Time_avg = "<<time_avg<<std::endl; in umr_perf_test()
283 time_avg = time_total/(double)ents.size(); in umr_perf_test()
285 …ATION:: get_connectivity"<<" :: Time_total = "<<time_total<<" :: Time_avg = "<<time_avg<<std::endl; in umr_perf_test()
295 time_avg = time_total/(double)ents.size(); in umr_perf_test()
297 …ATION:: get_connectivity"<<" :: Time_total = "<<time_total<<" :: Time_avg = "<<time_avg<<std::endl; in umr_perf_test()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/tools/fuchsia/comparative_tester/
H A Dgenerate_perf_report.py25 def __init__(self, desc: str, unit: str, time_avg: float, time_dev: float,
39 self.time_avg = time_avg
49 self.desc, self.time_avg, self.time_dev, self.unit, self.sample_num,
74 def __init__(self, name: str, time_avg: float, time_dev: float, cv: float,
88 self.time_avg = time_avg
105 self.name, self.time_avg, self.time_dev, self.sample_num, self.cv))
108 self.name, self.time_avg))
298 result["linux_avg"] = linux.time_avg
306 result["fuchsia_avg"] = fuchsia.time_avg
331 result["fuchsia_avg"] = fuchsia.time_avg
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/fuchsia/comparative_tester/
H A Dgenerate_perf_report.py25 def __init__(self, desc: str, unit: str, time_avg: float, time_dev: float,
39 self.time_avg = time_avg
49 self.desc, self.time_avg, self.time_dev, self.unit, self.sample_num,
74 def __init__(self, name: str, time_avg: float, time_dev: float, cv: float,
88 self.time_avg = time_avg
105 self.name, self.time_avg, self.time_dev, self.sample_num, self.cv))
108 self.name, self.time_avg))
298 result["linux_avg"] = linux.time_avg
306 result["fuchsia_avg"] = fuchsia.time_avg
331 result["fuchsia_avg"] = fuchsia.time_avg
[all …]
/dports/science/quantum-espresso/q-e-qe-6.7.0/FFTXlib/
H A Dfft_test.f90128 REAL*8 :: time_avg(100) variable
444 time_avg = 0.0d0
623 time_avg = time
626 time_avg = time_avg / npes
642 write(*,2) time_min(2), time_max(2), time_avg(2)
643 write(*,3) time_min(3), time_max(3), time_avg(3)
644 write(*,4) time_min(4), time_max(4), time_avg(4)
645 write(*,5) time_min(5), time_max(5), time_avg(5)
1201 REAL*8 :: time_avg(21) local
1208 time_avg = time_avg/npes
[all …]
/dports/math/libxsmm/libxsmm-1.16.3/samples/edge/
H A Dedge_vol_int.c146 double time_avg; in amok_detect() local
148 time_avg = 0.0; in amok_detect()
151 time_avg += i_runtimes[8*i]; in amok_detect()
154 time_avg = time_avg/((double)(i_workers-io_amoks[8*i_workers])); in amok_detect()
158 if ( i_runtimes[8*i] > time_avg*1.07 ) { /* this is the amok condition */ in amok_detect()
249 double time_avg; in main() local
465 time_avg = 0.0; in main()
470 time_avg += l_total_thread[8*i]; in main()
473 time_avg = time_avg/((double)(l_num_threads-amoks[8*l_num_threads])); in main()
479 …x %f, avg %f, #amoks %llu, amok-threads ", l_total, time_min, time_max, time_avg, (unsigned long l… in main()
/dports/astro/oskar/OSKAR-2.8.0/oskar/correlate/test/
H A DTest_cross_correlate.cpp233 const double time_avg[] = {0.0, 10.0}; in TEST_F() local
247 time_avg[i_time_avg], in TEST_F()
262 const double time_avg[] = {0.0, 10.0}; in TEST_F() local
278 time_avg[i_time_avg], in TEST_F()
295 const double time_avg[] = {0.0, 10.0}; in TEST_F() local
311 time_avg[i_time_avg], in TEST_F()
/dports/benchmarks/vkpeak/vkpeak-20210430/ncnn/python/tests/
H A Dbenchmark.py66 time_avg = 0.0
82 time_avg += timespan
84 time_avg /= g_loop_count
88 % (comment, time_min * 1000, time_max * 1000, time_avg * 1000)
/dports/graphics/realsr-ncnn-vulkan/realsr-ncnn-vulkan-20210210/src/ncnn/python/tests/
H A Dbenchmark.py65 time_avg = 0.0
80 time_avg += timespan
86 time_avg /= g_loop_count
90 % (comment, time_min * 1000, time_max * 1000, time_avg * 1000)
/dports/graphics/vapoursynth-waifu2x-ncnn-vulkan/vapoursynth-waifu2x-ncnn-vulkan-r4/deps/ncnn/python/tests/
H A Dbenchmark.py69 time_avg = 0.0
85 time_avg += timespan
87 time_avg /= g_loop_count
91 % (comment, time_min * 1000, time_max * 1000, time_avg * 1000)
/dports/graphics/waifu2x-ncnn-vulkan/waifu2x-ncnn-vulkan-20210521/src/ncnn/python/tests/
H A Dbenchmark.py69 time_avg = 0.0
85 time_avg += timespan
87 time_avg /= g_loop_count
91 % (comment, time_min * 1000, time_max * 1000, time_avg * 1000)
/dports/misc/ncnn/ncnn-20211208/python/tests/
H A Dbenchmark.py69 time_avg = 0.0
85 time_avg += timespan
87 time_avg /= g_loop_count
91 % (comment, time_min * 1000, time_max * 1000, time_avg * 1000)
/dports/benchmarks/vkpeak/vkpeak-20210430/ncnn/benchmark/
H A Dbenchncnn.cpp132 double time_avg = 0; in benchmark() local
150 time_avg += time; in benchmark()
153 time_avg /= g_loop_count; in benchmark()
155 …tf(stderr, "%20s min = %7.2f max = %7.2f avg = %7.2f\n", comment, time_min, time_max, time_avg); in benchmark()
/dports/graphics/realsr-ncnn-vulkan/realsr-ncnn-vulkan-20210210/src/ncnn/benchmark/
H A Dbenchncnn.cpp132 double time_avg = 0; in benchmark() local
150 time_avg += time; in benchmark()
153 time_avg /= g_loop_count; in benchmark()
155 …tf(stderr, "%20s min = %7.2f max = %7.2f avg = %7.2f\n", comment, time_min, time_max, time_avg); in benchmark()
/dports/graphics/waifu2x-ncnn-vulkan/waifu2x-ncnn-vulkan-20210521/src/ncnn/benchmark/
H A Dbenchncnn.cpp135 double time_avg = 0; in benchmark() local
153 time_avg += time; in benchmark()
156 time_avg /= g_loop_count; in benchmark()
158 …tf(stderr, "%20s min = %7.2f max = %7.2f avg = %7.2f\n", comment, time_min, time_max, time_avg); in benchmark()
/dports/misc/ncnn/ncnn-20211208/benchmark/
H A Dbenchncnn.cpp135 double time_avg = 0; in benchmark() local
153 time_avg += time; in benchmark()
156 time_avg /= g_loop_count; in benchmark()
158 …tf(stderr, "%20s min = %7.2f max = %7.2f avg = %7.2f\n", comment, time_min, time_max, time_avg); in benchmark()
/dports/graphics/vapoursynth-waifu2x-ncnn-vulkan/vapoursynth-waifu2x-ncnn-vulkan-r4/deps/ncnn/benchmark/
H A Dbenchncnn.cpp135 double time_avg = 0; in benchmark() local
153 time_avg += time; in benchmark()
156 time_avg /= g_loop_count; in benchmark()
158 …tf(stderr, "%20s min = %7.2f max = %7.2f avg = %7.2f\n", comment, time_min, time_max, time_avg); in benchmark()
/dports/science/lammps/lammps-stable_29Sep2021/src/
H A Dfinish.cpp698 double time_min, time_max, time_avg, time_total, time_std; in omp_times() local
702 time_total = time_avg = time_std = 0.0; in omp_times()
709 time_avg += tmp; in omp_times()
714 time_avg /= nthreads; in omp_times()
718 if ((time_avg > 0.001) && ((time_std/time_avg -time_avg) > 1.0e-10)) in omp_times()
719 time_std = sqrt(time_std/time_avg - time_avg)*100.0; in omp_times()
724 "{:6.1f} |{:6.2f}\n",label,time_min,time_avg, in omp_times()
725 time_max,time_std,time_avg/time_total*100.0); in omp_times()
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/trilinos/packages/rol/example/PDE-OPT/dynamic/thermal-fluids/
H A Dexample_01.cpp381 Real time_avg(0); in computeInitialCondition() local
390 time_avg = 0.0; in computeInitialCondition()
392 time_avg += time[i]; in computeInitialCondition()
394 time_avg *= 0.1; in computeInitialCondition()
397 << std::right << std::setw(16) << time_avg in computeInitialCondition()
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/trilinos/packages/rol/example/PDE-OPT/dynamic/navier-stokes/
H A Dexample_01.cpp426 Real time_avg(0); in computeInitialCondition() local
435 time_avg = 0.0; in computeInitialCondition()
437 time_avg += time[i]; in computeInitialCondition()
439 time_avg *= 0.1; in computeInitialCondition()
442 << std::right << std::setw(16) << time_avg in computeInitialCondition()
H A DAugmentedSystem.cpp490 Real time_avg(0); in computeInitialCondition() local
499 time_avg = 0.0; in computeInitialCondition()
501 time_avg += time[i]; in computeInitialCondition()
503 time_avg *= 0.1; in computeInitialCondition()
506 << std::right << std::setw(16) << time_avg in computeInitialCondition()
/dports/graphics/zbar/zbar-0.23.90/zbar/
H A Dwindow.h70 unsigned long time_avg; /* average of inter-frame times */ member
H A Dwindow.c125 int avg = w->time_avg = (w->time_avg + time - w->time) / 2; in window_draw_overlay()
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/thrift/lib/d/test/
H A Dthrift_test_client.d391 auto time_avg = time_tot / numTests; in main() local
394 writefln("Avg time: %s us", time_avg); in main()

12