Home
last modified time | relevance | path

Searched refs:wall_time (Results 1 – 25 of 318) sorted by relevance

12345678910>>...13

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/third_party/quiche/src/quic/core/
H A Dquic_sustained_bandwidth_recorder_test.cc22 QuicWallTime wall_time = QuicWallTime::Zero(); in TEST_F() local
33 wall_time, srtt); in TEST_F()
40 wall_time, srtt); in TEST_F()
47 wall_time, srtt); in TEST_F()
59 wall_time, srtt); in TEST_F()
62 wall_time, srtt); in TEST_F()
80 estimate_time, wall_time, srtt); in TEST_F()
102 QuicWallTime wall_time = QuicWallTime::Zero(); in TEST_F() local
113 wall_time, srtt); in TEST_F()
118 wall_time, srtt); in TEST_F()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/third_party/quiche/src/quic/core/
H A Dquic_sustained_bandwidth_recorder_test.cc22 QuicWallTime wall_time = QuicWallTime::Zero(); in TEST_F() local
33 wall_time, srtt); in TEST_F()
40 wall_time, srtt); in TEST_F()
47 wall_time, srtt); in TEST_F()
59 wall_time, srtt); in TEST_F()
62 wall_time, srtt); in TEST_F()
80 estimate_time, wall_time, srtt); in TEST_F()
102 QuicWallTime wall_time = QuicWallTime::Zero(); in TEST_F() local
113 wall_time, srtt); in TEST_F()
118 wall_time, srtt); in TEST_F()
[all …]
/dports/comms/fldigi/fldigi-4.1.20/src/misc/
H A Dbenchmark.cxx132 struct timespec wall_time[2]; in do_benchmark() local
135 nrx = nproc = do_rx(ru, wall_time); in do_benchmark()
137 nproc = do_rx_src(ru, wall_time); in do_benchmark()
141 wall_time[1] -= wall_time[0]; in do_benchmark()
149 << wall_time[1].tv_sec + wall_time[1].tv_nsec / 1e9 << " seconds"; in do_benchmark()
173 clock_gettime(CLOCK_MONOTONIC, &wall_time[0]); in do_rx()
181 clock_gettime(CLOCK_MONOTONIC, &wall_time[0]); in do_rx()
192 clock_gettime(CLOCK_MONOTONIC, &wall_time[1]); in do_rx()
237 clock_gettime(CLOCK_MONOTONIC, &wall_time[0]); in do_rx_src()
251 clock_gettime(CLOCK_MONOTONIC, &wall_time[0]); in do_rx_src()
[all …]
/dports/science/madness/madness-ebb3fd7/src/examples/
H A Ddataloadbal.cc234 start = wall_time(); in test()
238 double projection = wall_time() - start; in test()
240 start = wall_time(); in test()
242 double truncation = wall_time() - start; in test()
244 start = wall_time(); in test()
247 double differentiation = wall_time() - start; in test()
252 start = wall_time(); in test()
254 double convolution = wall_time() - start; in test()
256 start = wall_time(); in test()
270 double loadbal = wall_time() - start; in test()
/dports/science/hypre/hypre-2.23.0/src/parcsr_ls/
H A Dpar_cgc_coarsen.c463 wall_time = time_getWallclockSeconds() - wall_time; in hypre_BoomerAMGCoarsenCGCb()
465 my_id, wall_time); in hypre_BoomerAMGCoarsenCGCb()
476 wall_time = time_getWallclockSeconds() - wall_time; in hypre_BoomerAMGCoarsenCGCb()
563 wall_time = time_getWallclockSeconds() - wall_time; in hypre_BoomerAMGCoarsenCGCb()
599 wall_time = time_getWallclockSeconds() - wall_time; in hypre_BoomerAMGCoarsenCGCb()
660 wall_time = time_getWallclockSeconds() - wall_time; in hypre_BoomerAMGCoarsenCGC()
673 wall_time = time_getWallclockSeconds() - wall_time; in hypre_BoomerAMGCoarsenCGC()
691 wall_time = time_getWallclockSeconds() - wall_time; in hypre_BoomerAMGCoarsenCGC()
706 wall_time = time_getWallclockSeconds() - wall_time; in hypre_BoomerAMGCoarsenCGC()
739 wall_time = time_getWallclockSeconds() - wall_time; in hypre_BoomerAMGCoarsenCGC()
[all …]
H A Dpar_coarsen.c142 HYPRE_Real wall_time; in hypre_BoomerAMGCoarsen() local
389 wall_time = time_getWallclockSeconds() - wall_time; in hypre_BoomerAMGCoarsen()
391 my_id, wall_time); in hypre_BoomerAMGCoarsen()
602 wall_time = time_getWallclockSeconds() - wall_time; in hypre_BoomerAMGCoarsen()
822 wall_time = time_getWallclockSeconds() - wall_time; in hypre_BoomerAMGCoarsen()
949 HYPRE_Real wall_time; in hypre_BoomerAMGCoarsenRuge() local
1331 wall_time = time_getWallclockSeconds() - wall_time; in hypre_BoomerAMGCoarsenRuge()
1610 wall_time = time_getWallclockSeconds() - wall_time; in hypre_BoomerAMGCoarsenRuge()
1852 wall_time = time_getWallclockSeconds() - wall_time; in hypre_BoomerAMGCoarsenRuge()
1967 wall_time = time_getWallclockSeconds() - wall_time; in hypre_BoomerAMGCoarsenRuge()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/gpu/perftests/
H A Dmeasurements.cc18 const base::TimeDelta wall_time, in Measurement() argument
22 wall_time(wall_time), in Measurement()
30 reporter->AddResult("_wall", wall_time.InMillisecondsF()); in PrintResult()
42 wall_time += m.wall_time; in Increment()
49 return Measurement(metric_basename, wall_time / a, cpu_time / a, in Divide()
/dports/www/chromium-legacy/chromium-88.0.4324.182/gpu/perftests/
H A Dmeasurements.cc18 const base::TimeDelta wall_time, in Measurement() argument
22 wall_time(wall_time), in Measurement()
30 reporter->AddResult("_wall", wall_time.InMillisecondsF()); in PrintResult()
42 wall_time += m.wall_time; in Increment()
49 return Measurement(metric_basename, wall_time / a, cpu_time / a, in Divide()
/dports/science/madness/madness-ebb3fd7/src/apps/tdse/
H A Dtdse.cc500 double t0 = wall_time(); in chin_chen()
502 double t1 = wall_time(); in chin_chen()
505 double t2 = wall_time(); in chin_chen()
507 double t3 = wall_time(); in chin_chen()
510 double t4 = wall_time(); in chin_chen()
512 double t5 = wall_time(); in chin_chen()
820 t0 = wall_time(); in propagate()
823 t1 = wall_time(); in propagate()
838 t2 = wall_time(); in propagate()
843 t3 = wall_time(); in propagate()
[all …]
H A Dtdse.confused.cc453 double t0 = wall_time(); in chin_chen()
455 double t1 = wall_time(); in chin_chen()
457 double t2 = wall_time(); in chin_chen()
459 double t3 = wall_time(); in chin_chen()
461 double t4 = wall_time(); in chin_chen()
463 double t5 = wall_time(); in chin_chen()
745 t0 = wall_time(); in propagate()
748 t1 = wall_time(); in propagate()
763 t2 = wall_time(); in propagate()
768 t3 = wall_time(); in propagate()
[all …]
/dports/science/hypre/hypre-2.23.0/src/utilities/
H A Dtiming.c100 old_wall_time = (hypre_global_timing_ref(threadid, wall_time)); in hypre_InitializeTiming()
107 (hypre_global_timing_ref(threadid, wall_time)) = in hypre_InitializeTiming()
180 hypre_TFree(hypre_global_timing_ref(i, wall_time), HYPRE_MEMORY_HOST); in hypre_FinalizeTiming()
298 HYPRE_Real wall_time; in hypre_PrintTiming() local
325 hypre_MPI_Allreduce(&local_wall_time, &wall_time, 1, in hypre_PrintTiming()
335 hypre_printf(" wall clock time = %f seconds\n", wall_time); in hypre_PrintTiming()
336 if (wall_time) in hypre_PrintTiming()
337 wall_mflops = hypre_TimingFLOPS(i) / wall_time / 1.0E6; in hypre_PrintTiming()
/dports/math/gemmlowp/gemmlowp-dc69acd/meta/
H A Dtest_transform_benchmark.cc66 double wall_time = time() - start; in run_benchmark() local
68 std::cout << "Avg: " << (wall_time / repetitions) << std::endl; in run_benchmark()
69 std::cout << "Perf: " << static_cast<std::int64_t>(ops / wall_time) << "/s." in run_benchmark()
86 wall_time = time() - start; in run_benchmark()
88 std::cout << "Avg: " << (wall_time / repetitions) << std::endl; in run_benchmark()
89 std::cout << "Perf: " << static_cast<std::int64_t>(ops / wall_time) << "/s." in run_benchmark()
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/examples/step-37/
H A Dstep-37.cc804 setup_time += time.wall_time(); in setup_system()
806 << "s/" << time.wall_time() << "s" << std::endl; in setup_system()
829 setup_time += time.wall_time(); in setup_system()
831 << "s/" << time.wall_time() << "s" << std::endl; in setup_system()
882 setup_time += time.wall_time(); in setup_system()
919 setup_time += time.wall_time(); in assemble_rhs()
939 setup_time += time.wall_time(); in solve()
941 << "s/" << time.wall_time() << "s\n"; in solve()
1082 setup_time += time.wall_time(); in solve()
1084 << "s/" << time.wall_time() << "s\n"; in solve()
[all …]
/dports/science/py-abipy/abipy-0.9.0/abipy/tools/
H A Dfftprof.py56 def __init__(self, ecut, ngfft, wall_time, info): argument
67 self.wall_time = np.asarray(wall_time)
83 info["speedup"] = other.wall_time / self.wall_time
84 return FFT_Test(self.ecut, self.ngfft, self.wall_time, info)
95 yy = self.wall_time
297 for idx, wall_time in enumerate(data):
299 Test = FFT_Test(ecut, ngfft, wall_time, info)
/dports/science/hypre/hypre-2.23.0/src/parcsr_block_mv/
H A Dpar_csr_block_interp.c193 wall_time = time_getWallclockSeconds() - wall_time; in hypre_BoomerAMGBuildBlockInterp()
251 wall_time = time_getWallclockSeconds() - wall_time; in hypre_BoomerAMGBuildBlockInterp()
385 wall_time = time_getWallclockSeconds() - wall_time; in hypre_BoomerAMGBuildBlockInterp()
454 wall_time = time_getWallclockSeconds() - wall_time; in hypre_BoomerAMGBuildBlockInterp()
1746 wall_time = time_getWallclockSeconds() - wall_time; in hypre_BoomerAMGBuildBlockInterpDiag()
1804 wall_time = time_getWallclockSeconds() - wall_time; in hypre_BoomerAMGBuildBlockInterpDiag()
1938 wall_time = time_getWallclockSeconds() - wall_time; in hypre_BoomerAMGBuildBlockInterpDiag()
2012 wall_time = time_getWallclockSeconds() - wall_time; in hypre_BoomerAMGBuildBlockInterpDiag()
2862 wall_time = time_getWallclockSeconds() - wall_time; in hypre_BoomerAMGBuildBlockInterpRV()
2920 wall_time = time_getWallclockSeconds() - wall_time; in hypre_BoomerAMGBuildBlockInterpRV()
[all …]
/dports/science/mpqc/mpqc-2.3.1/src/lib/util/group/
H A Dpregtime.cc57 int cpu_time, int wall_time): in ParallelRegionTimer() argument
58 RegionTimer(topname, cpu_time, wall_time), in ParallelRegionTimer()
164 double *wall_time = 0; in print() local
192 wall_time = new double[n]; in print()
193 get_wall_times(wall_time); in print()
220 if (fabs(wall_time[i]) > 1.0e-10) flops[i] /= wall_time[i]*1000000.; in print()
338 delete[] wall_time; in print()
/dports/www/firefox-esr/firefox-91.8.0/python/mozbuild/mozbuild/
H A Dconfig_status.py189 wall_time = time.time() - time_start
190 efficiency = cpu_time / wall_time if wall_time else 100
191 untracked = wall_time - execution_time
195 "{:.0%}; Untracked: {:.2f}s".format(wall_time, cpu_time, efficiency, untracked),
/dports/www/firefox/firefox-99.0/python/mozbuild/mozbuild/
H A Dconfig_status.py177 wall_time = time.time() - time_start
178 efficiency = cpu_time / wall_time if wall_time else 100
179 untracked = wall_time - execution_time
183 "{:.0%}; Untracked: {:.2f}s".format(wall_time, cpu_time, efficiency, untracked),
/dports/mail/thunderbird/thunderbird-91.8.0/python/mozbuild/mozbuild/
H A Dconfig_status.py189 wall_time = time.time() - time_start
190 efficiency = cpu_time / wall_time if wall_time else 100
191 untracked = wall_time - execution_time
195 "{:.0%}; Untracked: {:.2f}s".format(wall_time, cpu_time, efficiency, untracked),
/dports/lang/spidermonkey60/firefox-60.9.0/python/mozbuild/mozbuild/
H A Dconfig_status.py159 wall_time = time.time() - time_start
160 efficiency = cpu_time / wall_time if wall_time else 100
161 untracked = wall_time - execution_time
166 wall_time, cpu_time, efficiency, untracked),
/dports/www/firefox-legacy/firefox-52.8.0esr/python/mozbuild/mozbuild/
H A Dconfig_status.py159 wall_time = time.time() - time_start
160 efficiency = cpu_time / wall_time if wall_time else 100
161 untracked = wall_time - execution_time
166 wall_time, cpu_time, efficiency, untracked),
/dports/lang/spidermonkey78/firefox-78.9.0/python/mozbuild/mozbuild/
H A Dconfig_status.py160 wall_time = time.time() - time_start
161 efficiency = cpu_time / wall_time if wall_time else 100
162 untracked = wall_time - execution_time
167 wall_time, cpu_time, efficiency, untracked),
/dports/devel/ga/ga-5.8/pario/eaf/
H A Deaf.c109 static double wall_time(void) in wall_time() function
254 double start = wall_time(); in EAF_Write()
301 double start = wall_time(); in EAF_Awrite()
324 file[fd].t_awrite += wall_time() - start; in EAF_Awrite()
335 double start = wall_time(); in EAF_Read()
372 double start = wall_time(); in EAF_Aread()
396 file[fd].t_aread += wall_time() - start; in EAF_Aread()
407 double start = wall_time(); in EAF_Wait()
416 file[fd].t_wait += wall_time() - start; in EAF_Wait()
716 double start = wall_time(); in eaf_flushbuf()
[all …]
/dports/science/mpqc/mpqc-2.3.1/src/lib/util/misc/
H A Dregtime.cc322 RegionTimer::RegionTimer(const char *topname, int cpu_time, int wall_time): in RegionTimer() argument
332 wall_time_ = wall_time; in RegionTimer()
528 RegionTimer::get_wall_times(double *wall_time) const in get_wall_times()
530 top_->get_wall_times(wall_time); in get_wall_times()
560 double *wall_time = 0; in print() local
568 wall_time = new double[n]; in print()
569 get_wall_times(wall_time); in print()
583 if (fabs(wall_time[i]) > 1.0e-10) flops[i] /= wall_time[i]*1000000.; in print()
609 if (wall_time_ && wall_time[i] > maxwalltime) maxwalltime = wall_time[i]; in print()
643 o << " " << setw(maxwallwidth) << wall_time[i]; in print()
[all …]
/dports/science/madness/madness-ebb3fd7/src/madness/world/
H A Dtimers.cc48 double wall_time() { in wall_time() function
82 double used = wall_time(); in cpu_frequency()
87 used = wall_time() - used; in cpu_frequency()

12345678910>>...13