Home
last modified time | relevance | path

Searched refs:gpu_time (Results 1 – 25 of 167) sorted by relevance

1234567

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/gpu/perftests/
H A Dmeasurements.cc20 const base::TimeDelta gpu_time) in Measurement() argument
24 gpu_time(gpu_time) {} in Measurement()
35 if (gpu_time.InMicroseconds() >= 0) { in PrintResult()
37 reporter->AddResult("_gpu", gpu_time.InMillisecondsF()); in PrintResult()
44 gpu_time += m.gpu_time; in Increment()
50 gpu_time / a); in Divide()
92 int64_t gpu_time = -1; in GetAsMeasurement() local
94 gpu_time = gpu_timer_->GetDeltaElapsed(); in GetAsMeasurement()
97 base::TimeDelta::FromMicroseconds(gpu_time)); in GetAsMeasurement()
H A Dmeasurements.h26 const base::TimeDelta gpu_time);
36 base::TimeDelta gpu_time; member
/dports/www/chromium-legacy/chromium-88.0.4324.182/gpu/perftests/
H A Dmeasurements.cc20 const base::TimeDelta gpu_time) in Measurement() argument
24 gpu_time(gpu_time) {} in Measurement()
35 if (gpu_time.InMicroseconds() >= 0) { in PrintResult()
37 reporter->AddResult("_gpu", gpu_time.InMillisecondsF()); in PrintResult()
44 gpu_time += m.gpu_time; in Increment()
50 gpu_time / a); in Divide()
92 int64_t gpu_time = -1; in GetAsMeasurement() local
94 gpu_time = gpu_timer_->GetDeltaElapsed(); in GetAsMeasurement()
97 base::TimeDelta::FromMicroseconds(gpu_time)); in GetAsMeasurement()
H A Dmeasurements.h26 const base::TimeDelta gpu_time);
36 base::TimeDelta gpu_time; member
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/spec/ext_timer_query/
H A Dtime-elapsed.c142 float gpu_time[NUM_RESULTS]; in piglit_display() local
176 gpu_time[i] = get_gpu_time(q); in piglit_display()
178 cpu_overhead += cpu_time[i] - gpu_time[i]; in piglit_display()
200 gpu_time[i] = get_gpu_time(q); in piglit_display()
206 delta[i] = cpu_time[i] - cpu_overhead - gpu_time[i]; in piglit_display()
271 gpu_time[i], cpu_time[i], delta[i]); in piglit_display()
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/boxm2/ocl/algo/
H A Dboxm2_ocl_render_expected_image_function.cxx34 float gpu_time=0.0f; in render_expected_image() local
127 return gpu_time + transfer_time; in render_expected_image()
148 float gpu_time=0.0f; in render_expected_image2() local
240 return gpu_time + transfer_time; in render_expected_image2()
262 float gpu_time=0.0f; in render_cone_expected_image() local
401 float gpu_time=0.0f; in render_expected_shadow_map() local
507 float gpu_time=0.0f; in render_expected_phongs_image() local
610 float gpu_time=0.0f; in render_expected_image_naa() local
735 gpu_time += kern_time; in render_expected_image_naa()
770 float gpu_time=0.0f; in render_expected_albedo_normal() local
[all …]
H A Dboxm2_ocl_update_sky.cxx43 float gpu_time=0.0f; in update_sky() local
161 gpu_time += kern->exec_time(); in update_sky()
176 std::cout<<"Gpu time "<<gpu_time<<" transfer time "<<transfer_time<<std::endl; in update_sky()
239 float gpu_time=0.0f; in accumulate_sky_evidence() local
380 gpu_time += kern->exec_time(); in accumulate_sky_evidence()
411 gpu_time += kern->exec_time(); in accumulate_sky_evidence()
429 std::cout<<"Gpu time "<<gpu_time<<" transfer time "<<transfer_time<<std::endl; in accumulate_sky_evidence()
438 float gpu_time=0.0f; in update_sky2() local
511 gpu_time += kern->exec_time(); in update_sky2()
518 std::cout<<"Gpu time "<<gpu_time<<" transfer time "<<transfer_time<<std::endl; in update_sky2()
H A Dboxm2_ocl_update_auxQ.cxx53 float gpu_time=0.0f; in update_auxQ() local
273 gpu_time += kern->exec_time(); in update_auxQ()
304 gpu_time += kern->exec_time(); in update_auxQ()
341 gpu_time += kern->exec_time(); in update_auxQ()
365 gpu_time += kern->exec_time(); in update_auxQ()
403 std::cout<<"Gpu time "<<gpu_time<<" transfer time "<<transfer_time<<std::endl; in update_auxQ()
542 float gpu_time=0.0f; in accumulate_product() local
594 gpu_time += kern->exec_time(); in accumulate_product()
604 std::cout<<"Gpu time "<<gpu_time<<" transfer time "<<transfer_time<<std::endl; in accumulate_product()
614 float gpu_time=0.0f; in compute_probability() local
[all …]
H A Dboxm2_ocl_update_image_factor.cxx53 float gpu_time = 0.0f; in compute_image_term() local
192 gpu_time += kern->exec_time(); in compute_image_term()
211 gpu_time += kern->exec_time(); in compute_image_term()
295 float gpu_time = 0.0f; in update_pre() local
433 gpu_time += kern->exec_time(); in update_pre()
454 gpu_time += kern->exec_time(); in update_pre()
503 float gpu_time = 0.0f; in update_post() local
634 gpu_time += kern->exec_time(); in update_post()
656 gpu_time += kern->exec_time(); in update_post()
712 float gpu_time = 0.0f; in update_image_factor() local
[all …]
H A Dboxm2_ocl_camera_converter.cxx91 float gpu_time=0.0f; in convert_persp_to_generic() local
140 gpu_time += persp_to_generic_kernel->exec_time(); in convert_persp_to_generic()
150 return gpu_time + transfer_time; in convert_persp_to_generic()
H A Dboxm2_ocl_fuse_based_visibility.cxx42 float gpu_time=0.0f; in fuse_based_visibility() local
131 gpu_time += kern->exec_time(); in fuse_based_visibility()
148 std::cout<<"Gpu time "<<gpu_time<<" transfer time "<<transfer_time<<std::endl; in fuse_based_visibility()
201 float gpu_time=0.0f; in fuse_based_orientation() local
294 gpu_time += kern->exec_time(); in fuse_based_orientation()
311 std::cout<<"Gpu time "<<gpu_time<<" transfer time "<<transfer_time<<std::endl; in fuse_based_orientation()
366 float gpu_time=0.0f; in fuse_surface_density() local
459 gpu_time += kern->exec_time(); in fuse_surface_density()
476 std::cout<<"Gpu time "<<gpu_time<<" transfer time "<<transfer_time<<std::endl; in fuse_surface_density()
H A Dboxm2_ocl_fuse_factors.cxx41 float gpu_time = 0.0f; in fuse_factors() local
91 gpu_time += kern->exec_time(); in fuse_factors()
132 gpu_time += kern->exec_time(); in fuse_factors()
176 gpu_time += kern->exec_time(); in fuse_factors()
H A Dboxm2_ocl_cone_update_function.cxx34 float gpu_time=0.0f; in boxm2_ocl_adaptive_cone_update() local
212 gpu_time += kern->exec_time(); in boxm2_ocl_adaptive_cone_update()
284 gpu_time += kern->exec_time(); in boxm2_ocl_adaptive_cone_update()
321 gpu_time += kern->exec_time(); in boxm2_ocl_adaptive_cone_update()
348 return gpu_time + transfer_time; in boxm2_ocl_adaptive_cone_update()
373 float gpu_time=0.0f; in boxm2_ocl_cone_update() local
547 gpu_time += kern->exec_time(); in boxm2_ocl_cone_update()
597 gpu_time += kern->exec_time(); in boxm2_ocl_cone_update()
634 gpu_time += kern->exec_time(); in boxm2_ocl_cone_update()
680 return gpu_time + transfer_time; in boxm2_ocl_cone_update()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Core/GPUCommon/include/
H A DitkGPUImageDataManager.hxx69 ModifiedTimeType gpu_time = this->GetMTime(); in MakeCPUBufferUpToDate() local
79 …if( (m_IsCPUBufferDirty || (gpu_time > cpu_time) ) && m_GPUBuffer != nullptr && m_CPUBuffer != nul… in MakeCPUBufferUpToDate()
106 ModifiedTimeType gpu_time = this->GetMTime(); in MakeGPUBufferUpToDate() local
116 …if( (m_IsGPUBufferDirty || (gpu_time < cpu_time) ) && m_CPUBuffer != nullptr && m_GPUBuffer != nul… in MakeGPUBufferUpToDate()
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/boxm2_multi/exe/
H A Dboxm2_multi_update.cxx110 float gpu_time = boxm2_multi_update::update(mcache, *inImgPtr, inCam); in main() local
113 <<" ===> total GPU time : "<<gpu_time<<" ms\n" in main()
114 <<" ===> total gpu / total: "<<gpu_time/total<<std::endl; in main()
115 total_gpu_time += gpu_time; in main()
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/boxm2_multi/algo/
H A Dboxm2_multi_update.cxx34 float gpu_time = 0.0f; //time spent on the GPU in milliseconds in update() local
121 gpu_time += aux_time; in update()
129 gpu_time += pre_vis_time; in update()
136 gpu_time += update_cell_time; in update()
183 return gpu_time; in update()
H A Dboxm2_multi_render.cxx138 float cpu_time = 0.0f, gpu_time = 0.0f; in render() local
214 gpu_time = (float) gpu_timer.all(); in render()
215 gpu_time -= cpu_time; in render()
269 <<" cpu_time: "<<wall_time-gpu_time<<" ms\n" in render()
270 <<" gpu_time: "<<gpu_time<<" ms"<<std::endl; in render()
271 return (float) gpu_time; in render()
405 float gpu_time=0.0f; in render_scene() local
447 return gpu_time + transfer_time; in render_scene()
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/boxm2_multi/pro/processes/
H A Dboxm2_multi_update_process.cxx109 float gpu_time = boxm2_multi_update::update(*(multi_cache.ptr()), *inImgPtr, cam); in boxm2_multi_update_process() local
112 <<" ===> total GPU time : "<<gpu_time<<" ms\n" in boxm2_multi_update_process()
113 <<" ===> total gpu / total: "<<gpu_time/total<<std::endl; in boxm2_multi_update_process()
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/bstm/ocl/algo/
H A Dbstm_ocl_render_expected_image_function.cxx31 float gpu_time=0.0f; in render_expected_image() local
138 gpu_time += kern->exec_time(); in render_expected_image()
152 std::cout<<"Gpu time "<<gpu_time<<" transfer time "<<transfer_time<<std::endl; in render_expected_image()
153 return gpu_time + transfer_time; in render_expected_image()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/webrender/src/
H A Dprofiler.rs450 pub gpu_time: TimeProfileCounter, field
764 gpu_time: ProfileGraph, field
780 gpu_time: ProfileGraph::new(600, "GPU:"), in new()
1000 &self.gpu_time, in draw_compact_profile()
1084 &renderer_timers.gpu_time, in draw_full_profile()
1133 let rect = self.gpu_time in draw_full_profile()
1157 let mut gpu_time = 0; in draw_profile() localVariable
1160 gpu_time += sample.time_ns; in draw_profile()
1162 renderer_timers.gpu_time.set(gpu_time); in draw_profile()
1170 self.gpu_time.push(gpu_time); in draw_profile()
[all …]
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/webrender-0.60.0/src/
H A Dprofiler.rs564 pub gpu_time: TimeProfileCounter, field
885 gpu_time: ProfileGraph, field
901 gpu_time: ProfileGraph::new(600, "GPU:"), in new()
1125 &self.gpu_time, in draw_compact_profile()
1212 &renderer_timers.gpu_time, in draw_full_profile()
1267 let rect = self.gpu_time in draw_full_profile()
1291 let mut gpu_time = 0; in draw_profile() localVariable
1294 gpu_time += sample.time_ns; in draw_profile()
1296 renderer_timers.gpu_time.set(gpu_time); in draw_profile()
1304 self.gpu_time.push(gpu_time); in draw_profile()
[all …]
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/boxm2/ocl/pro/processes/
H A Dboxm2_update_parents_alpha_process.cxx79 float gpu_time=0.0f; in boxm2_ocl_update_parents_alpha_process() local
150 gpu_time += kern->exec_time(); in boxm2_ocl_update_parents_alpha_process()
159 std::cout<<"Update Parents Alpha: "<<gpu_time<<std::endl; in boxm2_ocl_update_parents_alpha_process()
H A Dboxm2_ocl_ingest_dem_process.cxx96 float gpu_time=0.0f; in boxm2_ocl_ingest_dem_process() local
226 gpu_time += kern->exec_time(); in boxm2_ocl_ingest_dem_process()
227 std::cout<<" Time "<<gpu_time<<std::endl; in boxm2_ocl_ingest_dem_process()
325 float gpu_time=0.0f; in boxm2_ocl_ingest_dem_space_process() local
452 gpu_time += kern->exec_time(); in boxm2_ocl_ingest_dem_space_process()
453 std::cout<<" Time "<<gpu_time<<std::endl; in boxm2_ocl_ingest_dem_space_process()
H A Dboxm2_ocl_init_alpha_process.cxx82 float gpu_time=0.0f; in boxm2_ocl_init_alpha_process() local
161 gpu_time += kern->exec_time(); in boxm2_ocl_init_alpha_process()
171 std::cout<<"Update Parents Alpha: "<<gpu_time<<std::endl; in boxm2_ocl_init_alpha_process()
H A Dboxm2_ocl_filter_process.cxx68 float gpu_time=0.0f; in boxm2_ocl_filter_process() local
166 gpu_time += kern->exec_time(); in boxm2_ocl_filter_process()
173 std::cout<<"Scene median filter time: "<<gpu_time<<" ms"<<std::endl; in boxm2_ocl_filter_process()

1234567