Am 03.12.18 um 17:58 schrieb Ulrich Pegelow:
Two observations:
1) the total time that darktable reports per pixelpipe lies in the range
of 0.15s. That's not particularly fast, given your very undemanding
history stack, but it's also not extremely slow either. What wonders me
is your observation that the time spent in pixelpipe does not sum up to
your wall time with a discrepancy of a factor 10. There might be other
elements eating up performance on your system...
2) you don't report profiling info per OpenCL kernel. This is normally
printed along the other information when running with '-d opencl -d
perf'. Did you happen to set opencl_number_event_handles to zero? You
should set this to a reasonable high value like 25.
As I found that opencl was running I wanted to keept the output shorter.
I repeated the procedure this time with -d opencl and with the arrow
keys kept pressed while scrolling. The total time was reduced to 35
seconds.
This is the output:
macspinne:~ volker$ /Applications/darktable.app/Contents/MacOS/darktable
-d opencl -d perf
(process:1223): GLib-GObject-CRITICAL **: 18:10:34.841: g_object_set:
assertion 'G_IS_OBJECT (object)' failed
0.150148 [opencl_init] opencl related configuration options:
0.150168 [opencl_init]
0.150171 [opencl_init] opencl: 1
0.150174 [opencl_init] opencl_library: ''
0.150191 [opencl_init] opencl_memory_requirement: 768
0.150196 [opencl_init] opencl_memory_headroom: 500
0.150199 [opencl_init] opencl_device_priority: '*/!0,*/*/*'
0.150202 [opencl_init] opencl_mandatory_timeout: 200
0.150207 [opencl_init] opencl_size_roundup: 16
0.150209 [opencl_init] opencl_async_pixelpipe: 0
0.150211 [opencl_init] opencl_synch_cache: 0
0.150214 [opencl_init] opencl_number_event_handles: 25
0.150217 [opencl_init] opencl_micro_nap: 1000
0.150219 [opencl_init] opencl_use_pinned_memory: 0
0.150222 [opencl_init] opencl_use_cpu_devices: 0
0.150224 [opencl_init] opencl_avoid_atomics: 1
0.150226 [opencl_init]
0.150715 [opencl_init] found opencl runtime library
'/System/Library/Frameworks/OpenCL.framework/Versions/Current/OpenCL'
0.150763 [opencl_init] opencl library
'/System/Library/Frameworks/OpenCL.framework/Versions/Current/OpenCL'
found on your system and loaded
0.150768 [opencl_init] found 1 platform
0.156224 [opencl_init] found 2 devices
0.156305 [opencl_init] discarding CPU device 0 `Intel(R) Core(TM)
i5-7500 CPU @ 3.40GHz'.
0.156320 [opencl_init] device 1 `AMD Radeon Pro 570 Compute Engine'
supports image sizes of 16384 x 16384
0.156323 [opencl_init] device 1 `AMD Radeon Pro 570 Compute Engine'
allows GPU memory allocations of up to 1024MB
[opencl_init] device 1: AMD Radeon Pro 570 Compute Engine
GLOBAL_MEM_SIZE: 4096MB
MAX_WORK_GROUP_SIZE: 256
MAX_WORK_ITEM_DIMENSIONS: 3
MAX_WORK_ITEM_SIZES: [ 256 256 256 ]
DRIVER_VERSION: 1.2 (Oct 16 2018 21:18:14)
DEVICE_VERSION: OpenCL 1.2
0.157070 [opencl_init] options for OpenCL compiler:
-cl-fast-relaxed-math -DUNKNOWN=1
-I/Applications/darktable.app/Contents/Resources/share/darktable/kernels
0.158483 [opencl_init] compiling program `demosaic_ppg.cl' ..
0.160661 [opencl_load_program] loaded cached binary program from file
`/Users/volker/.cache/darktable/cached_kernels_for_AMDRadeonPro570ComputeEngine/demosaic_ppg.cl.bin'
0.160668 [opencl_load_program] successfully loaded program from
`/Applications/darktable.app/Contents/Resources/share/darktable/kernels/demosaic_ppg.cl'
0.161009 [opencl_build_program] successfully built program
0.161017 [opencl_build_program] BUILD STATUS: 0
0.161020 BUILD LOG:
0.161022
0.161029 [opencl_init] compiling program `atrous.cl' ..
0.162101 [opencl_load_program] loaded cached binary program from file
`/Users/volker/.cache/darktable/cached_kernels_for_AMDRadeonPro570ComputeEngine/atrous.cl.bin'
0.162108 [opencl_load_program] successfully loaded program from
`/Applications/darktable.app/Contents/Resources/share/darktable/kernels/atrous.cl'
0.162206 [opencl_build_program] successfully built program
0.162213 [opencl_build_program] BUILD STATUS: 0
0.162216 BUILD LOG:
0.162218
0.162224 [opencl_init] compiling program `basic.cl' ..
0.165420 [opencl_load_program] loaded cached binary program from file
`/Users/volker/.cache/darktable/cached_kernels_for_AMDRadeonPro570ComputeEngine/basic.cl.bin'
0.165428 [opencl_load_program] successfully loaded program from
`/Applications/darktable.app/Contents/Resources/share/darktable/kernels/basic.cl'
0.165836 [opencl_build_program] successfully built program
0.165843 [opencl_build_program] BUILD STATUS: 0
0.165846 BUILD LOG:
0.165848
0.165855 [opencl_init] compiling program `blendop.cl' ..
0.168005 [opencl_load_program] loaded cached binary program from file
`/Users/volker/.cache/darktable/cached_kernels_for_AMDRadeonPro570ComputeEngine/blendop.cl.bin'
0.168013 [opencl_load_program] successfully loaded program from
`/Applications/darktable.app/Contents/Resources/share/darktable/kernels/blendop.cl'
0.168172 [opencl_build_program] successfully built program
0.168179 [opencl_build_program] BUILD STATUS: 0
0.168182 BUILD LOG:
0.168184
0.168190 [opencl_init] compiling program `highpass.cl' ..
0.169091 [opencl_load_program] loaded cached binary program from file
`/Users/volker/.cache/darktable/cached_kernels_for_AMDRadeonPro570ComputeEngine/highpass.cl.bin'
0.169098 [opencl_load_program] successfully loaded program from
`/Applications/darktable.app/Contents/Resources/share/darktable/kernels/highpass.cl'
0.169182 [opencl_build_program] successfully built program
0.169189 [opencl_build_program] BUILD STATUS: 0
0.169192 BUILD LOG:
0.169194
0.169200 [opencl_init] compiling program `nlmeans.cl' ..
0.170140 [opencl_load_program] loaded cached binary program from file
`/Users/volker/.cache/darktable/cached_kernels_for_AMDRadeonPro570ComputeEngine/nlmeans.cl.bin'
0.170148 [opencl_load_program] successfully loaded program from
`/Applications/darktable.app/Contents/Resources/share/darktable/kernels/nlmeans.cl'
0.170248 [opencl_build_program] successfully built program
0.170255 [opencl_build_program] BUILD STATUS: 0
0.170258 BUILD LOG:
0.170260
0.170266 [opencl_init] compiling program `gaussian.cl' ..
0.171496 [opencl_load_program] loaded cached binary program from file
`/Users/volker/.cache/darktable/cached_kernels_for_AMDRadeonPro570ComputeEngine/gaussian.cl.bin'
0.171504 [opencl_load_program] successfully loaded program from
`/Applications/darktable.app/Contents/Resources/share/darktable/kernels/gaussian.cl'
0.171606 [opencl_build_program] successfully built program
0.171613 [opencl_build_program] BUILD STATUS: 0
0.171616 BUILD LOG:
0.171618
0.171624 [opencl_init] compiling program `sharpen.cl' ..
0.172448 [opencl_load_program] loaded cached binary program from file
`/Users/volker/.cache/darktable/cached_kernels_for_AMDRadeonPro570ComputeEngine/sharpen.cl.bin'
0.172456 [opencl_load_program] successfully loaded program from
`/Applications/darktable.app/Contents/Resources/share/darktable/kernels/sharpen.cl'
0.172534 [opencl_build_program] successfully built program
0.172541 [opencl_build_program] BUILD STATUS: 0
0.172544 BUILD LOG:
0.172546
0.172567 [opencl_init] compiling program `extended.cl' ..
0.173843 [opencl_load_program] loaded cached binary program from file
`/Users/volker/.cache/darktable/cached_kernels_for_AMDRadeonPro570ComputeEngine/extended.cl.bin'
0.173850 [opencl_load_program] successfully loaded program from
`/Applications/darktable.app/Contents/Resources/share/darktable/kernels/extended.cl'
0.174035 [opencl_build_program] successfully built program
0.174042 [opencl_build_program] BUILD STATUS: 0
0.174045 BUILD LOG:
0.174047
0.174053 [opencl_init] compiling program `soften.cl' ..
0.174916 [opencl_load_program] loaded cached binary program from file
`/Users/volker/.cache/darktable/cached_kernels_for_AMDRadeonPro570ComputeEngine/soften.cl.bin'
0.174923 [opencl_load_program] successfully loaded program from
`/Applications/darktable.app/Contents/Resources/share/darktable/kernels/soften.cl'
0.175034 [opencl_build_program] successfully built program
0.175041 [opencl_build_program] BUILD STATUS: 0
0.175044 BUILD LOG:
0.175046
0.175052 [opencl_init] compiling program `bilateral.cl' ..
0.176188 [opencl_load_program] loaded cached binary program from file
`/Users/volker/.cache/darktable/cached_kernels_for_AMDRadeonPro570ComputeEngine/bilateral.cl.bin'
0.176196 [opencl_load_program] successfully loaded program from
`/Applications/darktable.app/Contents/Resources/share/darktable/kernels/bilateral.cl'
0.176293 [opencl_build_program] successfully built program
0.176299 [opencl_build_program] BUILD STATUS: 0
0.176303 BUILD LOG:
0.176304
0.176311 [opencl_init] compiling program `denoiseprofile.cl' ..
0.178318 [opencl_load_program] loaded cached binary program from file
`/Users/volker/.cache/darktable/cached_kernels_for_AMDRadeonPro570ComputeEngine/denoiseprofile.cl.bin'
0.178326 [opencl_load_program] successfully loaded program from
`/Applications/darktable.app/Contents/Resources/share/darktable/kernels/denoiseprofile.cl'
0.178465 [opencl_build_program] successfully built program
0.178472 [opencl_build_program] BUILD STATUS: 0
0.178475 BUILD LOG:
0.178477
0.178483 [opencl_init] compiling program `bloom.cl' ..
0.179335 [opencl_load_program] loaded cached binary program from file
`/Users/volker/.cache/darktable/cached_kernels_for_AMDRadeonPro570ComputeEngine/bloom.cl.bin'
0.179343 [opencl_load_program] successfully loaded program from
`/Applications/darktable.app/Contents/Resources/share/darktable/kernels/bloom.cl'
0.179428 [opencl_build_program] successfully built program
0.179434 [opencl_build_program] BUILD STATUS: 0
0.179437 BUILD LOG:
0.179439
0.179445 [opencl_init] compiling program `colorreconstruction.cl' ..
0.180348 [opencl_load_program] loaded cached binary program from file
`/Users/volker/.cache/darktable/cached_kernels_for_AMDRadeonPro570ComputeEngine/colorreconstruction.cl.bin'
0.180356 [opencl_load_program] successfully loaded program from
`/Applications/darktable.app/Contents/Resources/share/darktable/kernels/colorreconstruction.cl'
0.180442 [opencl_build_program] successfully built program
0.180448 [opencl_build_program] BUILD STATUS: 0
0.180451 BUILD LOG:
0.180453
0.180460 [opencl_init] compiling program `demosaic_other.cl' ..
0.181219 [opencl_load_program] loaded cached binary program from file
`/Users/volker/.cache/darktable/cached_kernels_for_AMDRadeonPro570ComputeEngine/demosaic_other.cl.bin'
0.181227 [opencl_load_program] successfully loaded program from
`/Applications/darktable.app/Contents/Resources/share/darktable/kernels/demosaic_other.cl'
0.181299 [opencl_build_program] successfully built program
0.181305 [opencl_build_program] BUILD STATUS: 0
0.181309 BUILD LOG:
0.181311
0.181316 [opencl_init] compiling program `demosaic_vng.cl' ..
0.182293 [opencl_load_program] loaded cached binary program from file
`/Users/volker/.cache/darktable/cached_kernels_for_AMDRadeonPro570ComputeEngine/demosaic_vng.cl.bin'
0.182301 [opencl_load_program] successfully loaded program from
`/Applications/darktable.app/Contents/Resources/share/darktable/kernels/demosaic_vng.cl'
0.182392 [opencl_build_program] successfully built program
0.182398 [opencl_build_program] BUILD STATUS: 0
0.182402 BUILD LOG:
0.182403
0.182409 [opencl_init] compiling program `demosaic_markesteijn.cl' ..
0.183917 [opencl_load_program] loaded cached binary program from file
`/Users/volker/.cache/darktable/cached_kernels_for_AMDRadeonPro570ComputeEngine/demosaic_markesteijn.cl.bin'
0.183924 [opencl_load_program] successfully loaded program from
`/Applications/darktable.app/Contents/Resources/share/darktable/kernels/demosaic_markesteijn.cl'
0.184112 [opencl_build_program] successfully built program
0.184119 [opencl_build_program] BUILD STATUS: 0
0.184124 BUILD LOG:
0.184126
0.184132 [opencl_init] compiling program `liquify.cl' ..
0.184705 [opencl_load_program] loaded cached binary program from file
`/Users/volker/.cache/darktable/cached_kernels_for_AMDRadeonPro570ComputeEngine/liquify.cl.bin'
0.184713 [opencl_load_program] successfully loaded program from
`/Applications/darktable.app/Contents/Resources/share/darktable/kernels/liquify.cl'
0.184793 [opencl_build_program] successfully built program
0.184800 [opencl_build_program] BUILD STATUS: 0
0.184803 BUILD LOG:
0.184805
0.184812 [opencl_init] compiling program `basecurve.cl' ..
0.186791 [opencl_load_program] loaded cached binary program from file
`/Users/volker/.cache/darktable/cached_kernels_for_AMDRadeonPro570ComputeEngine/basecurve.cl.bin'
0.186796 [opencl_load_program] successfully loaded program from
`/Applications/darktable.app/Contents/Resources/share/darktable/kernels/basecurve.cl'
0.186943 [opencl_build_program] successfully built program
0.186948 [opencl_build_program] BUILD STATUS: 0
0.186951 BUILD LOG:
0.186953
0.186963 [opencl_init] compiling program `locallaplacian.cl' ..
0.187804 [opencl_load_program] loaded cached binary program from file
`/Users/volker/.cache/darktable/cached_kernels_for_AMDRadeonPro570ComputeEngine/locallaplacian.cl.bin'
0.187809 [opencl_load_program] successfully loaded program from
`/Applications/darktable.app/Contents/Resources/share/darktable/kernels/locallaplacian.cl'
0.187896 [opencl_build_program] successfully built program
0.187901 [opencl_build_program] BUILD STATUS: 0
0.187904 BUILD LOG:
0.187906
0.187914 [opencl_init] kernel loading time: 0.0299
0.187921 [opencl_init] OpenCL successfully initialized.
0.187923 [opencl_init] here are the internal numbers and names of OpenCL
devices available to darktable:
0.187925 [opencl_init] 0 'AMD Radeon Pro 570 Compute Engine'
0.187928 [opencl_init] FINALLY: opencl is AVAILABLE on this system.
0.187930 [opencl_init] initial status of opencl enabled flag is ON.
0.187985 [opencl_create_kernel] successfully loaded kernel
`blendop_mask_Lab' (0) for device 0
0.187994 [opencl_create_kernel] successfully loaded kernel
`blendop_mask_RAW' (1) for device 0
0.188006 [opencl_create_kernel] successfully loaded kernel
`blendop_mask_rgb' (2) for device 0
0.188022 [opencl_create_kernel] successfully loaded kernel `blendop_Lab'
(3) for device 0
0.188031 [opencl_create_kernel] successfully loaded kernel `blendop_RAW'
(4) for device 0
0.188065 [opencl_create_kernel] successfully loaded kernel `blendop_rgb'
(5) for device 0
0.188072 [opencl_create_kernel] successfully loaded kernel
`blendop_set_mask' (6) for device 0
0.188083 [opencl_create_kernel] successfully loaded kernel
`blendop_display_channel' (7) for device 0
0.188094 [opencl_create_kernel] successfully loaded kernel `zero' (8)
for device 0
0.188105 [opencl_create_kernel] successfully loaded kernel `splat' (9)
for device 0
0.188113 [opencl_create_kernel] successfully loaded kernel `blur_line'
(10) for device 0
0.188122 [opencl_create_kernel] successfully loaded kernel `blur_line_z'
(11) for device 0
0.188132 [opencl_create_kernel] successfully loaded kernel `slice' (12)
for device 0
0.188140 [opencl_create_kernel] successfully loaded kernel
`slice_to_output' (13) for device 0
0.188155 [opencl_create_kernel] successfully loaded kernel
`gaussian_column_1c' (14) for device 0
0.188162 [opencl_create_kernel] successfully loaded kernel
`gaussian_transpose_1c' (15) for device 0
0.188172 [opencl_create_kernel] successfully loaded kernel
`gaussian_column_4c' (16) for device 0
0.188181 [opencl_create_kernel] successfully loaded kernel
`gaussian_transpose_4c' (17) for device 0
0.188200 [opencl_create_kernel] successfully loaded kernel
`interpolation_resample' (18) for device 0
0.188211 [opencl_create_kernel] successfully loaded kernel `pad_input'
(19) for device 0
0.188218 [opencl_create_kernel] successfully loaded kernel
`gauss_expand' (20) for device 0
0.188226 [opencl_create_kernel] successfully loaded kernel
`gauss_reduce' (21) for device 0
0.188309 [opencl_create_kernel] successfully loaded kernel
`laplacian_assemble' (22) for device 0
0.188320 [opencl_create_kernel] successfully loaded kernel
`process_curve' (23) for device 0
0.188330 [opencl_create_kernel] successfully loaded kernel `write_back'
(24) for device 0
0.188344 [opencl_priorities] these are your device priorities:
0.188347 [opencl_priorities] image preview export thumbnail
0.188349 [opencl_priorities] 0 -1 0 0
0.188351 [opencl_priorities] show if opencl use is mandatory for a given
pixelpipe:
0.188353 [opencl_priorities] image preview export thumbnail
0.188356 [opencl_priorities] 0 0 0 0
0.188360 [opencl_synchronization_timeout] synchronization timeout set to 200
(darktable-bin:1223): GLib-GObject-WARNING **: 18:10:35.177: invalid
cast from 'GtkMenuBar' to 'GtkWindow'
(darktable-bin:1223): Gtk-CRITICAL **: 18:10:35.177:
gtk_window_add_accel_group: assertion 'GTK_IS_WINDOW (window)' failed
1,189908 [opencl_create_kernel] successfully loaded kernel
`colorbalance' (25) for device 0
1,209554 [opencl_create_kernel] successfully loaded kernel
`whitebalance_4f' (26) for device 0
1,209569 [opencl_create_kernel] successfully loaded kernel
`whitebalance_1f' (27) for device 0
1,209592 [opencl_create_kernel] successfully loaded kernel
`whitebalance_1f_xtrans' (28) for device 0
1,229420 [opencl_create_kernel] successfully loaded kernel `colorzones'
(29) for device 0
1,240284 [opencl_create_kernel] successfully loaded kernel `splittoning'
(30) for device 0
1,256059 [opencl_create_kernel] successfully loaded kernel `levels' (31)
for device 0
1,290116 [opencl_create_kernel] successfully loaded kernel `invert_1f'
(32) for device 0
1,290154 [opencl_create_kernel] successfully loaded kernel `invert_4f'
(33) for device 0
1,301445 [opencl_create_kernel] successfully loaded kernel
`colorchecker' (34) for device 0
1,314240 [opencl_create_kernel] successfully loaded kernel `zonesystem'
(35) for device 0
1,326604 [opencl_create_kernel] successfully loaded kernel
`bloom_threshold' (36) for device 0
1,326641 [opencl_create_kernel] successfully loaded kernel `bloom_hblur'
(37) for device 0
1,326649 [opencl_create_kernel] successfully loaded kernel `bloom_vblur'
(38) for device 0
1,326656 [opencl_create_kernel] successfully loaded kernel `bloom_mix'
(39) for device 0
1,352491 [opencl_create_kernel] successfully loaded kernel `exposure'
(40) for device 0
1,364457 [opencl_create_kernel] successfully loaded kernel `colisa' (41)
for device 0
1,376092 [opencl_create_kernel] successfully loaded kernel
`colormapping_histogram' (42) for device 0
1,376138 [opencl_create_kernel] successfully loaded kernel
`colormapping_mapping' (43) for device 0
1,383573 [opencl_create_kernel] successfully loaded kernel `warp_kernel'
(44) for device 0
1,396637 [opencl_create_kernel] successfully loaded kernel
`rawoverexposed_mark_cfa' (45) for device 0
1,396656 [opencl_create_kernel] successfully loaded kernel
`rawoverexposed_mark_solid' (46) for device 0
1,396683 [opencl_create_kernel] successfully loaded kernel
`rawoverexposed_falsecolor' (47) for device 0
1,407627 [opencl_create_kernel] successfully loaded kernel
`pixelmax_first' (48) for device 0
1,407642 [opencl_create_kernel] successfully loaded kernel
`pixelmax_second' (49) for device 0
1,407664 [opencl_create_kernel] successfully loaded kernel
`global_tonemap_reinhard' (50) for device 0
1,407671 [opencl_create_kernel] successfully loaded kernel
`global_tonemap_drago' (51) for device 0
1,407678 [opencl_create_kernel] successfully loaded kernel
`global_tonemap_filmic' (52) for device 0
1,417083 [opencl_create_kernel] successfully loaded kernel
`sharpen_hblur' (53) for device 0
1,417097 [opencl_create_kernel] successfully loaded kernel
`sharpen_vblur' (54) for device 0
1,417119 [opencl_create_kernel] successfully loaded kernel `sharpen_mix'
(55) for device 0
1,430442 [opencl_create_kernel] successfully loaded kernel
`highpass_invert' (56) for device 0
1,430464 [opencl_create_kernel] successfully loaded kernel
`highpass_hblur' (57) for device 0
1,430476 [opencl_create_kernel] successfully loaded kernel
`highpass_vblur' (58) for device 0
1,430483 [opencl_create_kernel] successfully loaded kernel
`highpass_mix' (59) for device 0
1,453341 [opencl_create_kernel] successfully loaded kernel
`highlights_1f_clip' (60) for device 0
1,453359 [opencl_create_kernel] successfully loaded kernel
`highlights_1f_lch_bayer' (61) for device 0
1,453390 [opencl_create_kernel] successfully loaded kernel
`highlights_1f_lch_xtrans' (62) for device 0
1,453398 [opencl_create_kernel] successfully loaded kernel
`highlights_4f_clip' (63) for device 0
1,476526 [opencl_create_kernel] successfully loaded kernel `lowlight'
(64) for device 0
1,485243 [opencl_create_kernel] successfully loaded kernel
`borders_fill' (65) for device 0
1,495712 [opencl_create_kernel] successfully loaded kernel `lowpass_mix'
(66) for device 0
1,513780 [opencl_create_kernel] successfully loaded kernel `flip' (67)
for device 0
1,524142 [opencl_create_kernel] successfully loaded kernel
`graduatedndp' (68) for device 0
1,524164 [opencl_create_kernel] successfully loaded kernel
`graduatedndm' (69) for device 0
1,536665 [opencl_create_kernel] successfully loaded kernel
`monochrome_filter' (70) for device 0
1,536682 [opencl_create_kernel] successfully loaded kernel `monochrome'
(71) for device 0
1,559795 [opencl_create_kernel] successfully loaded kernel
`colorreconstruction_zero' (72) for device 0
1,559880 [opencl_create_kernel] successfully loaded kernel
`colorreconstruction_splat' (73) for device 0
1,559891 [opencl_create_kernel] successfully loaded kernel
`colorreconstruction_blur_line' (74) for device 0
1,559902 [opencl_create_kernel] successfully loaded kernel
`colorreconstruction_slice' (75) for device 0
1,571786 [opencl_create_kernel] successfully loaded kernel `tonecurve'
(76) for device 0
1,593253 [opencl_create_kernel] successfully loaded kernel `overexposed'
(77) for device 0
1,649126 [opencl_create_kernel] successfully loaded kernel
`nlmeans_init' (78) for device 0
1,649145 [opencl_create_kernel] successfully loaded kernel
`nlmeans_dist' (79) for device 0
1,649170 [opencl_create_kernel] successfully loaded kernel
`nlmeans_horiz' (80) for device 0
1,649178 [opencl_create_kernel] successfully loaded kernel
`nlmeans_vert' (81) for device 0
1,649185 [opencl_create_kernel] successfully loaded kernel
`nlmeans_accu' (82) for device 0
1,649192 [opencl_create_kernel] successfully loaded kernel
`nlmeans_finish' (83) for device 0
1,671415 [opencl_create_kernel] successfully loaded kernel
`colorin_unbound' (84) for device 0
1,671431 [opencl_create_kernel] successfully loaded kernel
`colorin_clipping' (85) for device 0
1,681930 [opencl_create_kernel] successfully loaded kernel
`eaw_decompose' (86) for device 0
1,681945 [opencl_create_kernel] successfully loaded kernel
`eaw_synthesize' (87) for device 0
1,708204 [opencl_create_kernel] successfully loaded kernel `colorize'
(88) for device 0
1,714981 [opencl_create_kernel] successfully loaded kernel
`ashift_bilinear' (89) for device 0
1,715018 [opencl_create_kernel] successfully loaded kernel
`ashift_bicubic' (90) for device 0
1,715030 [opencl_create_kernel] successfully loaded kernel
`ashift_lanczos2' (91) for device 0
1,715041 [opencl_create_kernel] successfully loaded kernel
`ashift_lanczos3' (92) for device 0
1,749315 [opencl_create_kernel] successfully loaded kernel
`profilegamma' (93) for device 0
1,760090 [opencl_create_kernel] successfully loaded kernel `colorout'
(94) for device 0
1,780709 [opencl_create_kernel] successfully loaded kernel `vignette'
(95) for device 0
1,802076 [opencl_create_kernel] successfully loaded kernel
`rawprepare_1f' (96) for device 0
1,802095 [opencl_create_kernel] successfully loaded kernel
`rawprepare_1f_unnormalized' (97) for device 0
1,802118 [opencl_create_kernel] successfully loaded kernel
`rawprepare_4f' (98) for device 0
1,811857 [opencl_create_kernel] successfully loaded kernel
`clip_and_zoom_demosaic_half_size' (99) for device 0
1,811875 [opencl_create_kernel] successfully loaded kernel
`ppg_demosaic_green' (100) for device 0
1,811901 [opencl_create_kernel] successfully loaded kernel
`green_equilibration_lavg' (101) for device 0
1,811939 [opencl_create_kernel] successfully loaded kernel
`green_equilibration_favg_reduce_first' (102) for device 0
1,811949 [opencl_create_kernel] successfully loaded kernel
`green_equilibration_favg_reduce_second' (103) for device 0
1,811956 [opencl_create_kernel] successfully loaded kernel
`green_equilibration_favg_apply' (104) for device 0
1,811967 [opencl_create_kernel] successfully loaded kernel `pre_median'
(105) for device 0
1,811975 [opencl_create_kernel] successfully loaded kernel
`ppg_demosaic_redblue' (106) for device 0
1,811984 [opencl_create_kernel] successfully loaded kernel
`clip_and_zoom' (107) for device 0
1,811993 [opencl_create_kernel] successfully loaded kernel
`border_interpolate' (108) for device 0
1,812002 [opencl_create_kernel] successfully loaded kernel
`color_smoothing' (109) for device 0
1,812009 [opencl_create_kernel] successfully loaded kernel
`passthrough_monochrome' (110) for device 0
1,812086 [opencl_create_kernel] successfully loaded kernel
`clip_and_zoom_demosaic_passthrough_monochrome' (111) for device 0
1,812096 [opencl_create_kernel] successfully loaded kernel
`vng_border_interpolate' (112) for device 0
1,812107 [opencl_create_kernel] successfully loaded kernel
`vng_lin_interpolate' (113) for device 0
1,812117 [opencl_create_kernel] successfully loaded kernel
`clip_and_zoom_demosaic_third_size_xtrans' (114) for device 0
1,812123 [opencl_create_kernel] successfully loaded kernel
`vng_green_equilibrate' (115) for device 0
1,812137 [opencl_create_kernel] successfully loaded kernel
`vng_interpolate' (116) for device 0
1,812145 [opencl_create_kernel] successfully loaded kernel
`markesteijn_initial_copy' (117) for device 0
1,812157 [opencl_create_kernel] successfully loaded kernel
`markesteijn_green_minmax' (118) for device 0
1,812169 [opencl_create_kernel] successfully loaded kernel
`markesteijn_interpolate_green' (119) for device 0
1,812177 [opencl_create_kernel] successfully loaded kernel
`markesteijn_solitary_green' (120) for device 0
1,812189 [opencl_create_kernel] successfully loaded kernel
`markesteijn_recalculate_green' (121) for device 0
1,812199 [opencl_create_kernel] successfully loaded kernel
`markesteijn_red_and_blue' (122) for device 0
1,812209 [opencl_create_kernel] successfully loaded kernel
`markesteijn_interpolate_twoxtwo' (123) for device 0
1,812219 [opencl_create_kernel] successfully loaded kernel
`markesteijn_convert_yuv' (124) for device 0
1,812226 [opencl_create_kernel] successfully loaded kernel
`markesteijn_differentiate' (125) for device 0
1,812234 [opencl_create_kernel] successfully loaded kernel
`markesteijn_homo_threshold' (126) for device 0
1,812243 [opencl_create_kernel] successfully loaded kernel
`markesteijn_homo_set' (127) for device 0
1,812253 [opencl_create_kernel] successfully loaded kernel
`markesteijn_homo_sum' (128) for device 0
1,812260 [opencl_create_kernel] successfully loaded kernel
`markesteijn_homo_max' (129) for device 0
1,812268 [opencl_create_kernel] successfully loaded kernel
`markesteijn_homo_max_corr' (130) for device 0
1,812275 [opencl_create_kernel] successfully loaded kernel
`markesteijn_homo_quench' (131) for device 0
1,812350 [opencl_create_kernel] successfully loaded kernel
`markesteijn_zero' (132) for device 0
1,812366 [opencl_create_kernel] successfully loaded kernel
`markesteijn_accu' (133) for device 0
1,812377 [opencl_create_kernel] successfully loaded kernel
`markesteijn_final' (134) for device 0
1,833075 [opencl_create_kernel] successfully loaded kernel
`lens_distort_bilinear' (135) for device 0
1,833156 [opencl_create_kernel] successfully loaded kernel
`lens_distort_bicubic' (136) for device 0
1,833251 [opencl_create_kernel] successfully loaded kernel
`lens_distort_lanczos2' (137) for device 0
1,833439 [opencl_create_kernel] successfully loaded kernel
`lens_distort_lanczos3' (138) for device 0
1,833450 [opencl_create_kernel] successfully loaded kernel
`lens_vignette' (139) for device 0
1,942861 [opencl_create_kernel] successfully loaded kernel
`colorcontrast' (140) for device 0
1,966845 [opencl_create_kernel] successfully loaded kernel `velvia'
(141) for device 0
1,989972 [opencl_create_kernel] successfully loaded kernel
`channelmixer' (142) for device 0
2,013286 [opencl_create_kernel] successfully loaded kernel `relight'
(143) for device 0
2,024930 [opencl_create_kernel] successfully loaded kernel
`colorcorrection' (144) for device 0
2,037218 [opencl_create_kernel] successfully loaded kernel
`shadows_highlights_mix' (145) for device 0
2,043411 [opencl_create_kernel] successfully loaded kernel
`clip_rotate_bilinear' (146) for device 0
2,043450 [opencl_create_kernel] successfully loaded kernel
`clip_rotate_bicubic' (147) for device 0
2,043464 [opencl_create_kernel] successfully loaded kernel
`clip_rotate_lanczos2' (148) for device 0
2,043478 [opencl_create_kernel] successfully loaded kernel
`clip_rotate_lanczos3' (149) for device 0
2,054262 [opencl_create_kernel] successfully loaded kernel `vibrance'
(150) for device 0
2,077880 [opencl_create_kernel] successfully loaded kernel
`basecurve_lut' (151) for device 0
2,077905 [opencl_create_kernel] successfully loaded kernel
`basecurve_zero' (152) for device 0
2,077922 [opencl_create_kernel] successfully loaded kernel
`basecurve_ev_lut' (153) for device 0
2,077929 [opencl_create_kernel] successfully loaded kernel
`basecurve_compute_features' (154) for device 0
2,077937 [opencl_create_kernel] successfully loaded kernel
`basecurve_blur_h' (155) for device 0
2,077947 [opencl_create_kernel] successfully loaded kernel
`basecurve_blur_v' (156) for device 0
2,077955 [opencl_create_kernel] successfully loaded kernel
`basecurve_expand' (157) for device 0
2,077962 [opencl_create_kernel] successfully loaded kernel
`basecurve_reduce' (158) for device 0
2,077969 [opencl_create_kernel] successfully loaded kernel
`basecurve_detail' (159) for device 0
2,077978 [opencl_create_kernel] successfully loaded kernel
`basecurve_adjust_features' (160) for device 0
2,077984 [opencl_create_kernel] successfully loaded kernel
`basecurve_blend_gaussian' (161) for device 0
2,077996 [opencl_create_kernel] successfully loaded kernel
`basecurve_blend_laplacian' (162) for device 0
2,078003 [opencl_create_kernel] successfully loaded kernel
`basecurve_normalize' (163) for device 0
2,078012 [opencl_create_kernel] successfully loaded kernel
`basecurve_reconstruct' (164) for device 0
2,078019 [opencl_create_kernel] successfully loaded kernel
`basecurve_finalize' (165) for device 0
2,103779 [opencl_create_kernel] successfully loaded kernel
`soften_overexposed' (166) for device 0
2,103797 [opencl_create_kernel] successfully loaded kernel
`soften_hblur' (167) for device 0
2,103826 [opencl_create_kernel] successfully loaded kernel
`soften_vblur' (168) for device 0
2,103834 [opencl_create_kernel] successfully loaded kernel `soften_mix'
(169) for device 0
2,113655 [opencl_create_kernel] successfully loaded kernel
`denoiseprofile_precondition' (170) for device 0
2,113673 [opencl_create_kernel] successfully loaded kernel
`denoiseprofile_init' (171) for device 0
2,113695 [opencl_create_kernel] successfully loaded kernel
`denoiseprofile_dist' (172) for device 0
2,113704 [opencl_create_kernel] successfully loaded kernel
`denoiseprofile_horiz' (173) for device 0
2,113716 [opencl_create_kernel] successfully loaded kernel
`denoiseprofile_vert' (174) for device 0
2,113723 [opencl_create_kernel] successfully loaded kernel
`denoiseprofile_accu' (175) for device 0
2,113732 [opencl_create_kernel] successfully loaded kernel
`denoiseprofile_finish' (176) for device 0
2,113739 [opencl_create_kernel] successfully loaded kernel
`denoiseprofile_backtransform' (177) for device 0
2,113751 [opencl_create_kernel] successfully loaded kernel
`denoiseprofile_decompose' (178) for device 0
2,113759 [opencl_create_kernel] successfully loaded kernel
`denoiseprofile_synthesize' (179) for device 0
2,113768 [opencl_create_kernel] successfully loaded kernel
`denoiseprofile_reduce_first' (180) for device 0
2,113778 [opencl_create_kernel] successfully loaded kernel
`denoiseprofile_reduce_second' (181) for device 0
wait time 0,173061s
70,559231 [dev] took 0,228 secs (0,109 CPU) to load the image.
71,673198 [dev] took 0,000 secs (0,000 CPU) to load the image.
71,716228 [pixelpipe_process] [full] using device 0
71,723219 [dev_pixelpipe] took 0,007 secs (0,018 CPU) initing base
buffer [full]
71,742679 [dev_pixelpipe] took 0,019 secs (0,016 CPU) processed
`Raw-Schwarz-/Weißpunkt' on GPU, blended on GPU [full]
71,748653 [dev_pixelpipe] took 0,006 secs (0,005 CPU) processed
`Weißabgleich' on GPU, blended on GPU [full]
71,751811 [dev_pixelpipe] took 0,003 secs (0,003 CPU) processed
`Spitzlicht-Rekonstruktion' on GPU, blended on GPU [full]
71,794627 [dev_pixelpipe] took 0,043 secs (0,039 CPU) processed
`Entrastern' on GPU, blended on GPU [full]
71,815276 [dev_pixelpipe] took 0,019 secs (0,062 CPU) processed
`Basiskurve' on GPU, blended on GPU [full]
71,822081 [dev_pixelpipe] took 0,005 secs (0,005 CPU) processed
`Eingabefarbprofil' on GPU, blended on GPU [full]
71,833952 [dev_pixelpipe] took 0,012 secs (0,012 CPU) processed
`Schärfen' on GPU, blended on GPU [full]
71,845302 [dev_pixelpipe] took 0,011 secs (0,010 CPU) processed
`Ausgabefarbprofil' on GPU, blended on GPU [full]
71,954353 [dev_pixelpipe] took 0,109 secs (0,220 CPU) processed `Gamma'
on CPU, blended on CPU [full]
71,954384 [opencl_profiling] profiling device 0 ('AMD Radeon Pro 570
Compute Engine'):
71,954387 [opencl_profiling] spent 0,0029 seconds in [Write Image (from
host to device)]
71,954390 [opencl_profiling] spent 0,0044 seconds in rawprepare_1f
71,954410 [opencl_profiling] spent 0,0014 seconds in whitebalance_1f
71,954413 [opencl_profiling] spent 0,0014 seconds in highlights_1f_clip
71,954415 [opencl_profiling] spent 0,0029 seconds in ppg_demosaic_green
71,954417 [opencl_profiling] spent 0,0042 seconds in ppg_demosaic_redblue
71,954419 [opencl_profiling] spent 0,0006 seconds in border_interpolate
71,954422 [opencl_profiling] spent 0,0120 seconds in interpolation_resample
71,954424 [opencl_profiling] spent 0,0021 seconds in basecurve_lut
71,954426 [opencl_profiling] spent 0,0020 seconds in colorin_unbound
71,954429 [opencl_profiling] spent 0,0019 seconds in sharpen_hblur
71,954431 [opencl_profiling] spent 0,0017 seconds in sharpen_vblur
71,954433 [opencl_profiling] spent 0,0028 seconds in sharpen_mix
71,954435 [opencl_profiling] spent 0,0042 seconds in colorout
71,954437 [opencl_profiling] spent 0,0362 seconds in [Read Image (from
device to host)]
71,954439 [opencl_profiling] spent 0,0806 seconds totally in command
queue (with 0 events missing)
71,954460 [dev_process_image] pixel pipeline processing took 0,238 secs
(0,391 CPU)
72,832710 [pixelpipe_process] [preview] using device -1
72,832786 [dev_pixelpipe] took 0,000 secs (0,000 CPU) initing base
buffer [preview]
72,834797 [dev_pixelpipe] took 0,002 secs (0,004 CPU) processed
`Raw-Schwarz-/Weißpunkt' on CPU, blended on CPU [preview]
72,836298 [dev_pixelpipe] took 0,001 secs (0,003 CPU) processed
`Weißabgleich' on CPU, blended on CPU [preview]
72,837708 [dev_pixelpipe] took 0,001 secs (0,003 CPU) processed
`Spitzlicht-Rekonstruktion' on CPU, blended on CPU [preview]
72,853936 [dev_pixelpipe] took 0,016 secs (0,042 CPU) processed
`Entrastern' on CPU, blended on CPU [preview]
72,860198 [dev_pixelpipe] took 0,006 secs (0,015 CPU) processed
`Basiskurve' on CPU, blended on CPU [preview]
72,889146 [dev_pixelpipe] took 0,029 secs (0,088 CPU) processed
`Eingabefarbprofil' on CPU, blended on CPU [preview]
72,904172 [dev_pixelpipe] took 0,015 secs (0,035 CPU) processed
`Schärfen' on CPU, blended on CPU [preview]
72,917019 [dev_pixelpipe] took 0,012 secs (0,033 CPU) processed
`Ausgabefarbprofil' on CPU, blended on CPU [preview]
72,919799 [dev_pixelpipe] took 0,003 secs (0,006 CPU) processed `Gamma'
on CPU, blended on CPU [preview]
72,947130 [dev_process_preview] pixel pipeline processing took 0,126
secs (0,340 CPU)
78,169028 [dev] took 0,000 secs (0,000 CPU) to load the image.
78,169076 [pixelpipe_process] [full] using device 0
78,172641 [dev_pixelpipe] took 0,003 secs (0,003 CPU) initing base
buffer [full]
78,177924 [dev_pixelpipe] took 0,005 secs (0,009 CPU) processed
`Raw-Schwarz-/Weißpunkt' on GPU, blended on GPU [full]
78,180850 [dev_pixelpipe] took 0,003 secs (0,003 CPU) processed
`Weißabgleich' on GPU, blended on GPU [full]
78,183263 [dev_pixelpipe] took 0,002 secs (0,002 CPU) processed
`Spitzlicht-Rekonstruktion' on GPU, blended on GPU [full]
78,210797 [dev_pixelpipe] took 0,027 secs (0,022 CPU) processed
`Entrastern' on GPU, blended on GPU [full]
78,220671 [dev_pixelpipe] took 0,010 secs (0,008 CPU) processed
`Basiskurve' on GPU, blended on GPU [full]
78,225046 [dev_pixelpipe] took 0,004 secs (0,004 CPU) processed
`Eingabefarbprofil' on GPU, blended on GPU [full]
78,243832 [dev_pixelpipe] took 0,013 secs (0,011 CPU) processed
`Schärfen' on GPU, blended on GPU [full]
78,249886 [dev_pixelpipe] took 0,006 secs (0,005 CPU) processed
`Ausgabefarbprofil' on GPU, blended on GPU [full]
78,354827 [dev_pixelpipe] took 0,102 secs (0,207 CPU) processed `Gamma'
on CPU, blended on CPU [full]
78,354891 [opencl_profiling] profiling device 0 ('AMD Radeon Pro 570
Compute Engine'):
78,354901 [opencl_profiling] spent 0,0006 seconds in [Write Image (from
host to device)]
78,354904 [opencl_profiling] spent 0,0005 seconds in rawprepare_1f
78,354906 [opencl_profiling] spent 0,0007 seconds in whitebalance_1f
78,354908 [opencl_profiling] spent 0,0007 seconds in highlights_1f_clip
78,354910 [opencl_profiling] spent 0,0026 seconds in ppg_demosaic_green
78,354914 [opencl_profiling] spent 0,0038 seconds in ppg_demosaic_redblue
78,354916 [opencl_profiling] spent 0,0001 seconds in border_interpolate
78,354918 [opencl_profiling] spent 0,0114 seconds in interpolation_resample
78,354920 [opencl_profiling] spent 0,0023 seconds in basecurve_lut
78,354923 [opencl_profiling] spent 0,0017 seconds in colorin_unbound
78,354925 [opencl_profiling] spent 0,0023 seconds in sharpen_hblur
78,354927 [opencl_profiling] spent 0,0022 seconds in sharpen_vblur
78,354929 [opencl_profiling] spent 0,0025 seconds in sharpen_mix
78,354931 [opencl_profiling] spent 0,0035 seconds in colorout
78,354933 [opencl_profiling] spent 0,0294 seconds in [Read Image (from
device to host)]
78,354935 [opencl_profiling] spent 0,0642 seconds totally in command
queue (with 0 events missing)
78,354946 [dev_process_image] pixel pipeline processing took 0,186 secs
(0,280 CPU)
102,371119 [dev] took 0,000 secs (0,000 CPU) to load the image.
102,371166 [pixelpipe_process] [full] using device 0
102,374355 [dev_pixelpipe] took 0,003 secs (0,003 CPU) initing base
buffer [full]
102,378214 [dev_pixelpipe] took 0,004 secs (0,007 CPU) processed
`Raw-Schwarz-/Weißpunkt' on GPU, blended on GPU [full]
102,380613 [dev_pixelpipe] took 0,002 secs (0,002 CPU) processed
`Weißabgleich' on GPU, blended on GPU [full]
102,382953 [dev_pixelpipe] took 0,002 secs (0,000 CPU) processed
`Spitzlicht-Rekonstruktion' on GPU, blended on GPU [full]
102,403504 [dev_pixelpipe] took 0,021 secs (0,019 CPU) processed
`Entrastern' on GPU, blended on GPU [full]
102,408079 [dev_pixelpipe] took 0,005 secs (0,004 CPU) processed
`Basiskurve' on GPU, blended on GPU [full]
102,412364 [dev_pixelpipe] took 0,004 secs (0,004 CPU) processed
`Eingabefarbprofil' on GPU, blended on GPU [full]
102,420870 [dev_pixelpipe] took 0,008 secs (0,007 CPU) processed
`Schärfen' on GPU, blended on GPU [full]
102,426969 [dev_pixelpipe] took 0,006 secs (0,005 CPU) processed
`Ausgabefarbprofil' on GPU, blended on GPU [full]
102,503808 [dev_pixelpipe] took 0,077 secs (0,125 CPU) processed `Gamma'
on CPU, blended on CPU [full]
102,503837 [opencl_profiling] profiling device 0 ('AMD Radeon Pro 570
Compute Engine'):
102,503840 [opencl_profiling] spent 0,0007 seconds in [Write Image
(from host to device)]
102,503842 [opencl_profiling] spent 0,0005 seconds in rawprepare_1f
102,503845 [opencl_profiling] spent 0,0007 seconds in whitebalance_1f
102,503871 [opencl_profiling] spent 0,0007 seconds in highlights_1f_clip
102,503874 [opencl_profiling] spent 0,0016 seconds in ppg_demosaic_green
102,503876 [opencl_profiling] spent 0,0027 seconds in ppg_demosaic_redblue
102,503878 [opencl_profiling] spent 0,0001 seconds in border_interpolate
102,503880 [opencl_profiling] spent 0,0134 seconds in
interpolation_resample
102,503883 [opencl_profiling] spent 0,0023 seconds in basecurve_lut
102,503885 [opencl_profiling] spent 0,0017 seconds in colorin_unbound
102,503887 [opencl_profiling] spent 0,0019 seconds in sharpen_hblur
102,503889 [opencl_profiling] spent 0,0022 seconds in sharpen_vblur
102,503891 [opencl_profiling] spent 0,0025 seconds in sharpen_mix
102,503893 [opencl_profiling] spent 0,0035 seconds in colorout
102,503908 [opencl_profiling] spent 0,0269 seconds in [Read Image (from
device to host)]
102,503910 [opencl_profiling] spent 0,0614 seconds totally in command
queue (with 0 events missing)
102,503918 [dev_process_image] pixel pipeline processing took 0,133 secs
(0,177 CPU)
103,085212 [dev] took 0,000 secs (0,000 CPU) to load the image.
103,085258 [pixelpipe_process] [full] using device 0
103,088567 [dev_pixelpipe] took 0,003 secs (0,003 CPU) initing base
buffer [full]
103,092876 [dev_pixelpipe] took 0,004 secs (0,008 CPU) processed
`Raw-Schwarz-/Weißpunkt' on GPU, blended on GPU [full]
103,095335 [dev_pixelpipe] took 0,002 secs (0,003 CPU) processed
`Weißabgleich' on GPU, blended on GPU [full]
103,097659 [dev_pixelpipe] took 0,002 secs (0,000 CPU) processed
`Spitzlicht-Rekonstruktion' on GPU, blended on GPU [full]
103,118509 [dev_pixelpipe] took 0,021 secs (0,019 CPU) processed
`Entrastern' on GPU, blended on GPU [full]
103,123095 [dev_pixelpipe] took 0,005 secs (0,004 CPU) processed
`Basiskurve' on GPU, blended on GPU [full]
103,127487 [dev_pixelpipe] took 0,004 secs (0,004 CPU) processed
`Eingabefarbprofil' on GPU, blended on GPU [full]
103,135981 [dev_pixelpipe] took 0,008 secs (0,007 CPU) processed
`Schärfen' on GPU, blended on GPU [full]
103,142154 [dev_pixelpipe] took 0,006 secs (0,005 CPU) processed
`Ausgabefarbprofil' on GPU, blended on GPU [full]
103,220585 [dev_pixelpipe] took 0,078 secs (0,127 CPU) processed `Gamma'
on CPU, blended on CPU [full]
103,220630 [opencl_profiling] profiling device 0 ('AMD Radeon Pro 570
Compute Engine'):
103,220634 [opencl_profiling] spent 0,0009 seconds in [Write Image
(from host to device)]
103,220637 [opencl_profiling] spent 0,0005 seconds in rawprepare_1f
103,220639 [opencl_profiling] spent 0,0007 seconds in whitebalance_1f
103,220642 [opencl_profiling] spent 0,0007 seconds in highlights_1f_clip
103,220644 [opencl_profiling] spent 0,0017 seconds in ppg_demosaic_green
103,220646 [opencl_profiling] spent 0,0026 seconds in ppg_demosaic_redblue
103,220648 [opencl_profiling] spent 0,0001 seconds in border_interpolate
103,220651 [opencl_profiling] spent 0,0136 seconds in
interpolation_resample
103,220653 [opencl_profiling] spent 0,0023 seconds in basecurve_lut
103,220655 [opencl_profiling] spent 0,0017 seconds in colorin_unbound
103,220657 [opencl_profiling] spent 0,0019 seconds in sharpen_hblur
103,220659 [opencl_profiling] spent 0,0021 seconds in sharpen_vblur
103,220661 [opencl_profiling] spent 0,0025 seconds in sharpen_mix
103,220664 [opencl_profiling] spent 0,0036 seconds in colorout
103,220666 [opencl_profiling] spent 0,0266 seconds in [Read Image (from
device to host)]
103,220668 [opencl_profiling] spent 0,0617 seconds totally in command
queue (with 0 events missing)
103,220677 [dev_process_image] pixel pipeline processing took 0,135 secs
(0,180 CPU)
103,808180 [dev] took 0,000 secs (0,000 CPU) to load the image.
103,808228 [pixelpipe_process] [full] using device 0
103,811457 [dev_pixelpipe] took 0,003 secs (0,003 CPU) initing base
buffer [full]
103,815789 [dev_pixelpipe] took 0,004 secs (0,008 CPU) processed
`Raw-Schwarz-/Weißpunkt' on GPU, blended on GPU [full]
103,818197 [dev_pixelpipe] took 0,002 secs (0,002 CPU) processed
`Weißabgleich' on GPU, blended on GPU [full]
103,820488 [dev_pixelpipe] took 0,002 secs (0,000 CPU) processed
`Spitzlicht-Rekonstruktion' on GPU, blended on GPU [full]
103,840610 [dev_pixelpipe] took 0,020 secs (0,019 CPU) processed
`Entrastern' on GPU, blended on GPU [full]
103,845218 [dev_pixelpipe] took 0,005 secs (0,004 CPU) processed
`Basiskurve' on GPU, blended on GPU [full]
103,849804 [dev_pixelpipe] took 0,005 secs (0,004 CPU) processed
`Eingabefarbprofil' on GPU, blended on GPU [full]
103,858335 [dev_pixelpipe] took 0,009 secs (0,007 CPU) processed
`Schärfen' on GPU, blended on GPU [full]
103,864693 [dev_pixelpipe] took 0,006 secs (0,005 CPU) processed
`Ausgabefarbprofil' on GPU, blended on GPU [full]
103,939848 [dev_pixelpipe] took 0,075 secs (0,124 CPU) processed `Gamma'
on CPU, blended on CPU [full]
103,939888 [opencl_profiling] profiling device 0 ('AMD Radeon Pro 570
Compute Engine'):
103,939891 [opencl_profiling] spent 0,0010 seconds in [Write Image
(from host to device)]
103,939894 [opencl_profiling] spent 0,0005 seconds in rawprepare_1f
103,939896 [opencl_profiling] spent 0,0007 seconds in whitebalance_1f
103,939898 [opencl_profiling] spent 0,0007 seconds in highlights_1f_clip
103,939900 [opencl_profiling] spent 0,0017 seconds in ppg_demosaic_green
103,939903 [opencl_profiling] spent 0,0027 seconds in ppg_demosaic_redblue
103,939905 [opencl_profiling] spent 0,0001 seconds in border_interpolate
103,939907 [opencl_profiling] spent 0,0128 seconds in
interpolation_resample
103,939909 [opencl_profiling] spent 0,0023 seconds in basecurve_lut
103,939912 [opencl_profiling] spent 0,0020 seconds in colorin_unbound
103,939914 [opencl_profiling] spent 0,0019 seconds in sharpen_hblur
103,939916 [opencl_profiling] spent 0,0021 seconds in sharpen_vblur
103,939918 [opencl_profiling] spent 0,0025 seconds in sharpen_mix
103,939920 [opencl_profiling] spent 0,0037 seconds in colorout
103,939922 [opencl_profiling] spent 0,0265 seconds in [Read Image (from
device to host)]
103,939925 [opencl_profiling] spent 0,0613 seconds totally in command
queue (with 0 events missing)
103,939932 [dev_process_image] pixel pipeline processing took 0,132 secs
(0,177 CPU)
104,519850 [dev] took 0,000 secs (0,000 CPU) to load the image.
104,519898 [pixelpipe_process] [full] using device 0
104,523039 [dev_pixelpipe] took 0,003 secs (0,003 CPU) initing base
buffer [full]
104,527942 [dev_pixelpipe] took 0,005 secs (0,008 CPU) processed
`Raw-Schwarz-/Weißpunkt' on GPU, blended on GPU [full]
104,530356 [dev_pixelpipe] took 0,002 secs (0,003 CPU) processed
`Weißabgleich' on GPU, blended on GPU [full]
104,532686 [dev_pixelpipe] took 0,002 secs (0,002 CPU) processed
`Spitzlicht-Rekonstruktion' on GPU, blended on GPU [full]
104,553623 [dev_pixelpipe] took 0,021 secs (0,017 CPU) processed
`Entrastern' on GPU, blended on GPU [full]
104,558217 [dev_pixelpipe] took 0,005 secs (0,004 CPU) processed
`Basiskurve' on GPU, blended on GPU [full]
104,562530 [dev_pixelpipe] took 0,004 secs (0,004 CPU) processed
`Eingabefarbprofil' on GPU, blended on GPU [full]
104,571034 [dev_pixelpipe] took 0,008 secs (0,007 CPU) processed
`Schärfen' on GPU, blended on GPU [full]
104,577214 [dev_pixelpipe] took 0,006 secs (0,005 CPU) processed
`Ausgabefarbprofil' on GPU, blended on GPU [full]
104,625846 [dev_pixelpipe] took 0,049 secs (0,070 CPU) processed `Gamma'
on CPU, blended on CPU [full]
104,625878 [opencl_profiling] profiling device 0 ('AMD Radeon Pro 570
Compute Engine'):
104,625881 [opencl_profiling] spent 0,0010 seconds in [Write Image
(from host to device)]
104,625884 [opencl_profiling] spent 0,0006 seconds in rawprepare_1f
104,625886 [opencl_profiling] spent 0,0007 seconds in whitebalance_1f
104,625888 [opencl_profiling] spent 0,0007 seconds in highlights_1f_clip
104,625890 [opencl_profiling] spent 0,0016 seconds in ppg_demosaic_green
104,625893 [opencl_profiling] spent 0,0027 seconds in ppg_demosaic_redblue
104,625895 [opencl_profiling] spent 0,0001 seconds in border_interpolate
104,625898 [opencl_profiling] spent 0,0136 seconds in
interpolation_resample
104,625900 [opencl_profiling] spent 0,0023 seconds in basecurve_lut
104,625903 [opencl_profiling] spent 0,0017 seconds in colorin_unbound
104,625905 [opencl_profiling] spent 0,0019 seconds in sharpen_hblur
104,625907 [opencl_profiling] spent 0,0022 seconds in sharpen_vblur
104,625909 [opencl_profiling] spent 0,0025 seconds in sharpen_mix
104,625911 [opencl_profiling] spent 0,0035 seconds in colorout
104,625913 [opencl_profiling] spent 0,0265 seconds in [Read Image (from
device to host)]
104,625916 [opencl_profiling] spent 0,0615 seconds totally in command
queue (with 0 events missing)
104,625924 [dev_process_image] pixel pipeline processing took 0,106 secs
(0,124 CPU)
105,235367 [dev] took 0,000 secs (0,000 CPU) to load the image.
105,235416 [pixelpipe_process] [full] using device 0
105,236910 [dev_pixelpipe] took 0,001 secs (0,002 CPU) initing base
buffer [full]
105,240969 [dev_pixelpipe] took 0,004 secs (0,006 CPU) processed
`Raw-Schwarz-/Weißpunkt' on GPU, blended on GPU [full]
105,243334 [dev_pixelpipe] took 0,002 secs (0,002 CPU) processed
`Weißabgleich' on GPU, blended on GPU [full]
105,245700 [dev_pixelpipe] took 0,002 secs (0,001 CPU) processed
`Spitzlicht-Rekonstruktion' on GPU, blended on GPU [full]
105,266431 [dev_pixelpipe] took 0,021 secs (0,019 CPU) processed
`Entrastern' on GPU, blended on GPU [full]
105,272055 [dev_pixelpipe] took 0,006 secs (0,005 CPU) processed
`Basiskurve' on GPU, blended on GPU [full]
105,276383 [dev_pixelpipe] took 0,004 secs (0,004 CPU) processed
`Eingabefarbprofil' on GPU, blended on GPU [full]
105,284887 [dev_pixelpipe] took 0,008 secs (0,007 CPU) processed
`Schärfen' on GPU, blended on GPU [full]
105,290973 [dev_pixelpipe] took 0,006 secs (0,005 CPU) processed
`Ausgabefarbprofil' on GPU, blended on GPU [full]
105,339239 [dev_pixelpipe] took 0,048 secs (0,069 CPU) processed `Gamma'
on CPU, blended on CPU [full]
105,339268 [opencl_profiling] profiling device 0 ('AMD Radeon Pro 570
Compute Engine'):
105,339271 [opencl_profiling] spent 0,0010 seconds in [Write Image
(from host to device)]
105,339274 [opencl_profiling] spent 0,0005 seconds in rawprepare_1f
105,339276 [opencl_profiling] spent 0,0007 seconds in whitebalance_1f
105,339278 [opencl_profiling] spent 0,0007 seconds in highlights_1f_clip
105,339280 [opencl_profiling] spent 0,0017 seconds in ppg_demosaic_green
105,339282 [opencl_profiling] spent 0,0027 seconds in ppg_demosaic_redblue
105,339285 [opencl_profiling] spent 0,0001 seconds in border_interpolate
105,339287 [opencl_profiling] spent 0,0135 seconds in
interpolation_resample
105,339289 [opencl_profiling] spent 0,0034 seconds in basecurve_lut
105,339291 [opencl_profiling] spent 0,0017 seconds in colorin_unbound
105,339293 [opencl_profiling] spent 0,0018 seconds in sharpen_hblur
105,339295 [opencl_profiling] spent 0,0021 seconds in sharpen_vblur
105,339297 [opencl_profiling] spent 0,0025 seconds in sharpen_mix
105,339299 [opencl_profiling] spent 0,0035 seconds in colorout
105,339301 [opencl_profiling] spent 0,0268 seconds in [Read Image (from
device to host)]
105,339303 [opencl_profiling] spent 0,0628 seconds totally in command
queue (with 0 events missing)
105,339311 [dev_process_image] pixel pipeline processing took 0,104 secs
(0,121 CPU)
105,934114 [dev] took 0,000 secs (0,000 CPU) to load the image.
105,934168 [pixelpipe_process] [full] using device 0
105,934230 [dev_process_image] pixel pipeline processing took 0,000 secs
(0,000 CPU)
106,634508 [dev] took 0,000 secs (0,000 CPU) to load the image.
106,634557 [pixelpipe_process] [full] using device 0
106,634592 [dev_process_image] pixel pipeline processing took 0,000 secs
(0,000 CPU)
107,315906 [dev] took 0,000 secs (0,000 CPU) to load the image.
107,315958 [pixelpipe_process] [full] using device 0
107,316020 [dev_process_image] pixel pipeline processing took 0,000 secs
(0,000 CPU)
107,998873 [dev] took 0,000 secs (0,000 CPU) to load the image.
107,998922 [pixelpipe_process] [full] using device 0
108,000392 [dev_pixelpipe] took 0,001 secs (0,002 CPU) initing base
buffer [full]
108,004261 [dev_pixelpipe] took 0,004 secs (0,006 CPU) processed
`Raw-Schwarz-/Weißpunkt' on GPU, blended on GPU [full]
108,006627 [dev_pixelpipe] took 0,002 secs (0,002 CPU) processed
`Weißabgleich' on GPU, blended on GPU [full]
108,008950 [dev_pixelpipe] took 0,002 secs (0,001 CPU) processed
`Spitzlicht-Rekonstruktion' on GPU, blended on GPU [full]
108,028609 [dev_pixelpipe] took 0,020 secs (0,017 CPU) processed
`Entrastern' on GPU, blended on GPU [full]
108,033303 [dev_pixelpipe] took 0,005 secs (0,004 CPU) processed
`Basiskurve' on GPU, blended on GPU [full]
108,037926 [dev_pixelpipe] took 0,005 secs (0,004 CPU) processed
`Eingabefarbprofil' on GPU, blended on GPU [full]
108,046479 [dev_pixelpipe] took 0,009 secs (0,007 CPU) processed
`Schärfen' on GPU, blended on GPU [full]
108,052910 [dev_pixelpipe] took 0,006 secs (0,005 CPU) processed
`Ausgabefarbprofil' on GPU, blended on GPU [full]
108,100633 [dev_pixelpipe] took 0,048 secs (0,069 CPU) processed `Gamma'
on CPU, blended on CPU [full]
108,100665 [opencl_profiling] profiling device 0 ('AMD Radeon Pro 570
Compute Engine'):
108,100668 [opencl_profiling] spent 0,0009 seconds in [Write Image
(from host to device)]
108,100671 [opencl_profiling] spent 0,0005 seconds in rawprepare_1f
108,100673 [opencl_profiling] spent 0,0007 seconds in whitebalance_1f
108,100675 [opencl_profiling] spent 0,0007 seconds in highlights_1f_clip
108,100677 [opencl_profiling] spent 0,0017 seconds in ppg_demosaic_green
108,100680 [opencl_profiling] spent 0,0027 seconds in ppg_demosaic_redblue
108,100682 [opencl_profiling] spent 0,0001 seconds in border_interpolate
108,100684 [opencl_profiling] spent 0,0123 seconds in
interpolation_resample
108,100687 [opencl_profiling] spent 0,0023 seconds in basecurve_lut
108,100689 [opencl_profiling] spent 0,0020 seconds in colorin_unbound
108,100691 [opencl_profiling] spent 0,0019 seconds in sharpen_hblur
108,100693 [opencl_profiling] spent 0,0021 seconds in sharpen_vblur
108,100695 [opencl_profiling] spent 0,0025 seconds in sharpen_mix
108,100697 [opencl_profiling] spent 0,0038 seconds in colorout
108,100699 [opencl_profiling] spent 0,0264 seconds in [Read Image (from
device to host)]
108,100701 [opencl_profiling] spent 0,0605 seconds totally in command
queue (with 0 events missing)
108,100710 [dev_process_image] pixel pipeline processing took 0,102 secs
(0,119 CPU)
108,708808 [dev] took 0,000 secs (0,000 CPU) to load the image.
108,708855 [pixelpipe_process] [full] using device 0
108,710320 [dev_pixelpipe] took 0,001 secs (0,002 CPU) initing base
buffer [full]
108,714364 [dev_pixelpipe] took 0,004 secs (0,006 CPU) processed
`Raw-Schwarz-/Weißpunkt' on GPU, blended on GPU [full]
108,716855 [dev_pixelpipe] took 0,002 secs (0,003 CPU) processed
`Weißabgleich' on GPU, blended on GPU [full]
108,719543 [dev_pixelpipe] took 0,003 secs (0,001 CPU) processed
`Spitzlicht-Rekonstruktion' on GPU, blended on GPU [full]
108,739973 [dev_pixelpipe] took 0,020 secs (0,019 CPU) processed
`Entrastern' on GPU, blended on GPU [full]
108,744726 [dev_pixelpipe] took 0,005 secs (0,004 CPU) processed
`Basiskurve' on GPU, blended on GPU [full]
108,749071 [dev_pixelpipe] took 0,004 secs (0,004 CPU) processed
`Eingabefarbprofil' on GPU, blended on GPU [full]
108,757615 [dev_pixelpipe] took 0,009 secs (0,007 CPU) processed
`Schärfen' on GPU, blended on GPU [full]
108,763886 [dev_pixelpipe] took 0,006 secs (0,005 CPU) processed
`Ausgabefarbprofil' on GPU, blended on GPU [full]
108,814524 [dev_pixelpipe] took 0,051 secs (0,077 CPU) processed `Gamma'
on CPU, blended on CPU [full]
108,814554 [opencl_profiling] profiling device 0 ('AMD Radeon Pro 570
Compute Engine'):
108,814557 [opencl_profiling] spent 0,0009 seconds in [Write Image
(from host to device)]
108,814560 [opencl_profiling] spent 0,0005 seconds in rawprepare_1f
108,814563 [opencl_profiling] spent 0,0007 seconds in whitebalance_1f
108,814565 [opencl_profiling] spent 0,0007 seconds in highlights_1f_clip
108,814567 [opencl_profiling] spent 0,0017 seconds in ppg_demosaic_green
108,814569 [opencl_profiling] spent 0,0027 seconds in ppg_demosaic_redblue
108,814571 [opencl_profiling] spent 0,0001 seconds in border_interpolate
108,814573 [opencl_profiling] spent 0,0132 seconds in
interpolation_resample
108,814577 [opencl_profiling] spent 0,0024 seconds in basecurve_lut
108,814579 [opencl_profiling] spent 0,0017 seconds in colorin_unbound
108,814581 [opencl_profiling] spent 0,0019 seconds in sharpen_hblur
108,814583 [opencl_profiling] spent 0,0021 seconds in sharpen_vblur
108,814585 [opencl_profiling] spent 0,0025 seconds in sharpen_mix
108,814587 [opencl_profiling] spent 0,0036 seconds in colorout
108,814589 [opencl_profiling] spent 0,0267 seconds in [Read Image (from
device to host)]
108,814592 [opencl_profiling] spent 0,0616 seconds totally in command
queue (with 0 events missing)
108,814600 [dev_process_image] pixel pipeline processing took 0,106 secs
(0,128 CPU)
109,420284 [dev] took 0,000 secs (0,000 CPU) to load the image.
109,420331 [pixelpipe_process] [full] using device 0
109,421797 [dev_pixelpipe] took 0,001 secs (0,002 CPU) initing base
buffer [full]
109,426133 [dev_pixelpipe] took 0,004 secs (0,006 CPU) processed
`Raw-Schwarz-/Weißpunkt' on GPU, blended on GPU [full]
109,428513 [dev_pixelpipe] took 0,002 secs (0,002 CPU) processed
`Weißabgleich' on GPU, blended on GPU [full]
109,430851 [dev_pixelpipe] took 0,002 secs (0,001 CPU) processed
`Spitzlicht-Rekonstruktion' on GPU, blended on GPU [full]
109,451609 [dev_pixelpipe] took 0,021 secs (0,019 CPU) processed
`Entrastern' on GPU, blended on GPU [full]
109,456900 [dev_pixelpipe] took 0,005 secs (0,004 CPU) processed
`Basiskurve' on GPU, blended on GPU [full]
109,461324 [dev_pixelpipe] took 0,004 secs (0,004 CPU) processed
`Eingabefarbprofil' on GPU, blended on GPU [full]
109,469928 [dev_pixelpipe] took 0,009 secs (0,007 CPU) processed
`Schärfen' on GPU, blended on GPU [full]
109,476304 [dev_pixelpipe] took 0,006 secs (0,005 CPU) processed
`Ausgabefarbprofil' on GPU, blended on GPU [full]
109,551732 [dev_pixelpipe] took 0,075 secs (0,104 CPU) processed `Gamma'
on CPU, blended on CPU [full]
109,551759 [opencl_profiling] profiling device 0 ('AMD Radeon Pro 570
Compute Engine'):
109,551762 [opencl_profiling] spent 0,0010 seconds in [Write Image
(from host to device)]
109,551764 [opencl_profiling] spent 0,0006 seconds in rawprepare_1f
109,551767 [opencl_profiling] spent 0,0007 seconds in whitebalance_1f
109,551769 [opencl_profiling] spent 0,0007 seconds in highlights_1f_clip
109,551771 [opencl_profiling] spent 0,0017 seconds in ppg_demosaic_green
109,551773 [opencl_profiling] spent 0,0027 seconds in ppg_demosaic_redblue
109,551775 [opencl_profiling] spent 0,0001 seconds in border_interpolate
109,551777 [opencl_profiling] spent 0,0135 seconds in
interpolation_resample
109,551780 [opencl_profiling] spent 0,0030 seconds in basecurve_lut
109,551782 [opencl_profiling] spent 0,0017 seconds in colorin_unbound
109,551784 [opencl_profiling] spent 0,0019 seconds in sharpen_hblur
109,551787 [opencl_profiling] spent 0,0022 seconds in sharpen_vblur
109,551789 [opencl_profiling] spent 0,0025 seconds in sharpen_mix
109,551791 [opencl_profiling] spent 0,0037 seconds in colorout
109,551793 [opencl_profiling] spent 0,0271 seconds in [Read Image (from
device to host)]
109,551796 [opencl_profiling] spent 0,0631 seconds totally in command
queue (with 0 events missing)
109,551804 [dev_process_image] pixel pipeline processing took 0,131 secs
(0,155 CPU)
110,136581 [dev] took 0,000 secs (0,000 CPU) to load the image.
110,136629 [pixelpipe_process] [full] using device 0
110,138108 [dev_pixelpipe] took 0,001 secs (0,002 CPU) initing base
buffer [full]
110,158953 [dev_pixelpipe] took 0,021 secs (0,021 CPU) processed
`Raw-Schwarz-/Weißpunkt' on GPU, blended on GPU [full]
110,160667 [dev_pixelpipe] took 0,002 secs (0,001 CPU) processed
`Weißabgleich' on GPU, blended on GPU [full]
110,162454 [dev_pixelpipe] took 0,002 secs (0,001 CPU) processed
`Spitzlicht-Rekonstruktion' on GPU, blended on GPU [full]
110,178079 [dev_pixelpipe] took 0,016 secs (0,013 CPU) processed
`Entrastern' on GPU, blended on GPU [full]
110,182697 [dev_pixelpipe] took 0,005 secs (0,004 CPU) processed
`Basiskurve' on GPU, blended on GPU [full]
110,187133 [dev_pixelpipe] took 0,004 secs (0,004 CPU) processed
`Eingabefarbprofil' on GPU, blended on GPU [full]
110,195630 [dev_pixelpipe] took 0,008 secs (0,007 CPU) processed
`Schärfen' on GPU, blended on GPU [full]
110,202158 [dev_pixelpipe] took 0,007 secs (0,005 CPU) processed
`Ausgabefarbprofil' on GPU, blended on GPU [full]
110,258342 [dev_pixelpipe] took 0,056 secs (0,073 CPU) processed `Gamma'
on CPU, blended on CPU [full]
110,258378 [opencl_profiling] profiling device 0 ('AMD Radeon Pro 570
Compute Engine'):
110,258382 [opencl_profiling] spent 0,0004 seconds in [Write Image
(from host to device)]
110,258385 [opencl_profiling] spent 0,0001 seconds in rawprepare_1f
110,258387 [opencl_profiling] spent 0,0002 seconds in whitebalance_1f
110,258389 [opencl_profiling] spent 0,0001 seconds in highlights_1f_clip
110,258391 [opencl_profiling] spent 0,0004 seconds in ppg_demosaic_green
110,258393 [opencl_profiling] spent 0,0005 seconds in ppg_demosaic_redblue
110,258395 [opencl_profiling] spent 0,0002 seconds in border_interpolate
110,258397 [opencl_profiling] spent 0,0120 seconds in
interpolation_resample
110,258399 [opencl_profiling] spent 0,0024 seconds in basecurve_lut
110,258401 [opencl_profiling] spent 0,0017 seconds in colorin_unbound
110,258403 [opencl_profiling] spent 0,0019 seconds in sharpen_hblur
110,258405 [opencl_profiling] spent 0,0021 seconds in sharpen_vblur
110,258407 [opencl_profiling] spent 0,0025 seconds in sharpen_mix
110,258409 [opencl_profiling] spent 0,0039 seconds in colorout
110,258411 [opencl_profiling] spent 0,0268 seconds in [Read Image (from
device to host)]
110,258414 [opencl_profiling] spent 0,0552 seconds totally in command
queue (with 0 events missing)
110,258423 [dev_process_image] pixel pipeline processing took 0,122 secs
(0,132 CPU)
110,851615 [dev] took 0,000 secs (0,000 CPU) to load the image.
110,851664 [pixelpipe_process] [full] using device 0
110,853079 [dev_pixelpipe] took 0,001 secs (0,002 CPU) initing base
buffer [full]
110,873678 [dev_pixelpipe] took 0,021 secs (0,020 CPU) processed
`Raw-Schwarz-/Weißpunkt' on GPU, blended on GPU [full]
110,875498 [dev_pixelpipe] took 0,002 secs (0,002 CPU) processed
`Weißabgleich' on GPU, blended on GPU [full]
110,877231 [dev_pixelpipe] took 0,002 secs (0,001 CPU) processed
`Spitzlicht-Rekonstruktion' on GPU, blended on GPU [full]
110,892873 [dev_pixelpipe] took 0,016 secs (0,013 CPU) processed
`Entrastern' on GPU, blended on GPU [full]
110,897501 [dev_pixelpipe] took 0,005 secs (0,004 CPU) processed
`Basiskurve' on GPU, blended on GPU [full]
110,901884 [dev_pixelpipe] took 0,004 secs (0,004 CPU) processed
`Eingabefarbprofil' on GPU, blended on GPU [full]
110,910455 [dev_pixelpipe] took 0,009 secs (0,007 CPU) processed
`Schärfen' on GPU, blended on GPU [full]
110,916747 [dev_pixelpipe] took 0,006 secs (0,005 CPU) processed
`Ausgabefarbprofil' on GPU, blended on GPU [full]
110,973462 [dev_pixelpipe] took 0,057 secs (0,074 CPU) processed `Gamma'
on CPU, blended on CPU [full]
110,973495 [opencl_profiling] profiling device 0 ('AMD Radeon Pro 570
Compute Engine'):
110,973498 [opencl_profiling] spent 0,0006 seconds in [Write Image
(from host to device)]
110,973501 [opencl_profiling] spent 0,0001 seconds in rawprepare_1f
110,973503 [opencl_profiling] spent 0,0001 seconds in whitebalance_1f
110,973505 [opencl_profiling] spent 0,0001 seconds in highlights_1f_clip
110,973507 [opencl_profiling] spent 0,0004 seconds in ppg_demosaic_green
110,973509 [opencl_profiling] spent 0,0005 seconds in ppg_demosaic_redblue
110,973511 [opencl_profiling] spent 0,0002 seconds in border_interpolate
110,973513 [opencl_profiling] spent 0,0120 seconds in
interpolation_resample
110,973515 [opencl_profiling] spent 0,0024 seconds in basecurve_lut
110,973517 [opencl_profiling] spent 0,0018 seconds in colorin_unbound
110,973519 [opencl_profiling] spent 0,0019 seconds in sharpen_hblur
110,973522 [opencl_profiling] spent 0,0022 seconds in sharpen_vblur
110,973524 [opencl_profiling] spent 0,0025 seconds in sharpen_mix
110,973526 [opencl_profiling] spent 0,0036 seconds in colorout
110,973528 [opencl_profiling] spent 0,0270 seconds in [Read Image (from
device to host)]
110,973530 [opencl_profiling] spent 0,0553 seconds totally in command
queue (with 0 events missing)
110,973539 [dev_process_image] pixel pipeline processing took 0,122 secs
(0,132 CPU)
111,569084 [dev] took 0,000 secs (0,000 CPU) to load the image.
111,569138 [pixelpipe_process] [full] using device 0
111,569173 [dev_process_image] pixel pipeline processing took 0,000 secs
(0,000 CPU)
112,250311 [dev] took 0,000 secs (0,000 CPU) to load the image.
112,250364 [pixelpipe_process] [full] using device 0
112,250447 [dev_process_image] pixel pipeline processing took 0,000 secs
(0,000 CPU)
112,935312 [dev] took 0,000 secs (0,000 CPU) to load the image.
112,935362 [pixelpipe_process] [full] using device 0
112,935425 [dev_process_image] pixel pipeline processing took 0,000 secs
(0,000 CPU)
113,618017 [dev] took 0,000 secs (0,000 CPU) to load the image.
113,618065 [pixelpipe_process] [full] using device 0
113,619526 [dev_pixelpipe] took 0,001 secs (0,002 CPU) initing base
buffer [full]
113,643646 [dev_pixelpipe] took 0,024 secs (0,023 CPU) processed
`Raw-Schwarz-/Weißpunkt' on GPU, blended on GPU [full]
113,646043 [dev_pixelpipe] took 0,002 secs (0,002 CPU) processed
`Weißabgleich' on GPU, blended on GPU [full]
113,648378 [dev_pixelpipe] took 0,002 secs (0,002 CPU) processed
`Spitzlicht-Rekonstruktion' on GPU, blended on GPU [full]
113,667132 [dev_pixelpipe] took 0,019 secs (0,015 CPU) processed
`Entrastern' on GPU, blended on GPU [full]
113,671849 [dev_pixelpipe] took 0,005 secs (0,004 CPU) processed
`Basiskurve' on GPU, blended on GPU [full]
113,676284 [dev_pixelpipe] took 0,004 secs (0,004 CPU) processed
`Eingabefarbprofil' on GPU, blended on GPU [full]
113,684826 [dev_pixelpipe] took 0,009 secs (0,007 CPU) processed
`Schärfen' on GPU, blended on GPU [full]
113,691351 [dev_pixelpipe] took 0,007 secs (0,005 CPU) processed
`Ausgabefarbprofil' on GPU, blended on GPU [full]
113,749742 [dev_pixelpipe] took 0,058 secs (0,086 CPU) processed `Gamma'
on CPU, blended on CPU [full]
113,749783 [opencl_profiling] profiling device 0 ('AMD Radeon Pro 570
Compute Engine'):
113,749787 [opencl_profiling] spent 0,0004 seconds in [Write Image
(from host to device)]
113,749789 [opencl_profiling] spent 0,0006 seconds in rawprepare_1f
113,749792 [opencl_profiling] spent 0,0007 seconds in whitebalance_1f
113,749794 [opencl_profiling] spent 0,0007 seconds in highlights_1f_clip
113,749796 [opencl_profiling] spent 0,0017 seconds in ppg_demosaic_green
113,749798 [opencl_profiling] spent 0,0027 seconds in ppg_demosaic_redblue
113,749800 [opencl_profiling] spent 0,0001 seconds in border_interpolate
113,749803 [opencl_profiling] spent 0,0116 seconds in
interpolation_resample
113,749805 [opencl_profiling] spent 0,0024 seconds in basecurve_lut
113,749807 [opencl_profiling] spent 0,0017 seconds in colorin_unbound
113,749822 [opencl_profiling] spent 0,0019 seconds in sharpen_hblur
113,749824 [opencl_profiling] spent 0,0022 seconds in sharpen_vblur
113,749826 [opencl_profiling] spent 0,0025 seconds in sharpen_mix
113,749828 [opencl_profiling] spent 0,0038 seconds in colorout
113,749830 [opencl_profiling] spent 0,0269 seconds in [Read Image (from
device to host)]
113,749833 [opencl_profiling] spent 0,0600 seconds totally in command
queue (with 0 events missing)
113,749842 [dev_process_image] pixel pipeline processing took 0,132 secs
(0,150 CPU)
114,338495 [dev] took 0,000 secs (0,000 CPU) to load the image.
114,338546 [pixelpipe_process] [full] using device 0
114,340024 [dev_pixelpipe] took 0,001 secs (0,002 CPU) initing base
buffer [full]
114,360579 [dev_pixelpipe] took 0,021 secs (0,020 CPU) processed
`Raw-Schwarz-/Weißpunkt' on GPU, blended on GPU [full]
114,362386 [dev_pixelpipe] took 0,002 secs (0,001 CPU) processed
`Weißabgleich' on GPU, blended on GPU [full]
114,364118 [dev_pixelpipe] took 0,002 secs (0,001 CPU) processed
`Spitzlicht-Rekonstruktion' on GPU, blended on GPU [full]
114,379776 [dev_pixelpipe] took 0,016 secs (0,013 CPU) processed
`Entrastern' on GPU, blended on GPU [full]
114,384407 [dev_pixelpipe] took 0,005 secs (0,004 CPU) processed
`Basiskurve' on GPU, blended on GPU [full]
114,388758 [dev_pixelpipe] took 0,004 secs (0,004 CPU) processed
`Eingabefarbprofil' on GPU, blended on GPU [full]
114,397306 [dev_pixelpipe] took 0,009 secs (0,007 CPU) processed
`Schärfen' on GPU, blended on GPU [full]
114,403774 [dev_pixelpipe] took 0,006 secs (0,005 CPU) processed
`Ausgabefarbprofil' on GPU, blended on GPU [full]
114,461582 [dev_pixelpipe] took 0,058 secs (0,079 CPU) processed `Gamma'
on CPU, blended on CPU [full]
114,461616 [opencl_profiling] profiling device 0 ('AMD Radeon Pro 570
Compute Engine'):
114,461620 [opencl_profiling] spent 0,0005 seconds in [Write Image
(from host to device)]
114,461623 [opencl_profiling] spent 0,0001 seconds in rawprepare_1f
114,461625 [opencl_profiling] spent 0,0001 seconds in whitebalance_1f
114,461627 [opencl_profiling] spent 0,0001 seconds in highlights_1f_clip
114,461629 [opencl_profiling] spent 0,0004 seconds in ppg_demosaic_green
114,461631 [opencl_profiling] spent 0,0005 seconds in ppg_demosaic_redblue
114,461633 [opencl_profiling] spent 0,0002 seconds in border_interpolate
114,461635 [opencl_profiling] spent 0,0121 seconds in
interpolation_resample
114,461637 [opencl_profiling] spent 0,0024 seconds in basecurve_lut
114,461640 [opencl_profiling] spent 0,0017 seconds in colorin_unbound
114,461643 [opencl_profiling] spent 0,0019 seconds in sharpen_hblur
114,461645 [opencl_profiling] spent 0,0022 seconds in sharpen_vblur
114,461647 [opencl_profiling] spent 0,0025 seconds in sharpen_mix
114,461649 [opencl_profiling] spent 0,0038 seconds in colorout
114,461651 [opencl_profiling] spent 0,0271 seconds in [Read Image (from
device to host)]
114,461653 [opencl_profiling] spent 0,0556 seconds totally in command
queue (with 0 events missing)
114,461662 [dev_process_image] pixel pipeline processing took 0,123 secs
(0,137 CPU)
115,055677 [dev] took 0,000 secs (0,000 CPU) to load the image.
115,055725 [pixelpipe_process] [full] using device 0
115,057194 [dev_pixelpipe] took 0,001 secs (0,002 CPU) initing base
buffer [full]
115,077655 [dev_pixelpipe] took 0,020 secs (0,020 CPU) processed
`Raw-Schwarz-/Weißpunkt' on GPU, blended on GPU [full]
115,079476 [dev_pixelpipe] took 0,002 secs (0,002 CPU) processed
`Weißabgleich' on GPU, blended on GPU [full]
115,081213 [dev_pixelpipe] took 0,002 secs (0,001 CPU) processed
`Spitzlicht-Rekonstruktion' on GPU, blended on GPU [full]
115,096949 [dev_pixelpipe] took 0,016 secs (0,013 CPU) processed
`Entrastern' on GPU, blended on GPU [full]
115,101363 [dev_pixelpipe] took 0,004 secs (0,004 CPU) processed
`Basiskurve' on GPU, blended on GPU [full]
115,105691 [dev_pixelpipe] took 0,004 secs (0,004 CPU) processed
`Eingabefarbprofil' on GPU, blended on GPU [full]
115,114223 [dev_pixelpipe] took 0,009 secs (0,007 CPU) processed
`Schärfen' on GPU, blended on GPU [full]
115,120479 [dev_pixelpipe] took 0,006 secs (0,005 CPU) processed
`Ausgabefarbprofil' on GPU, blended on GPU [full]
115,177058 [dev_pixelpipe] took 0,057 secs (0,082 CPU) processed `Gamma'
on CPU, blended on CPU [full]
115,177090 [opencl_profiling] profiling device 0 ('AMD Radeon Pro 570
Compute Engine'):
115,177093 [opencl_profiling] spent 0,0004 seconds in [Write Image
(from host to device)]
115,177096 [opencl_profiling] spent 0,0001 seconds in rawprepare_1f
115,177098 [opencl_profiling] spent 0,0001 seconds in whitebalance_1f
115,177100 [opencl_profiling] spent 0,0001 seconds in highlights_1f_clip
115,177102 [opencl_profiling] spent 0,0004 seconds in ppg_demosaic_green
115,177104 [opencl_profiling] spent 0,0005 seconds in ppg_demosaic_redblue
115,177106 [opencl_profiling] spent 0,0002 seconds in border_interpolate
115,177110 [opencl_profiling] spent 0,0120 seconds in
interpolation_resample
115,177112 [opencl_profiling] spent 0,0022 seconds in basecurve_lut
115,177114 [opencl_profiling] spent 0,0017 seconds in colorin_unbound
115,177116 [opencl_profiling] spent 0,0019 seconds in sharpen_hblur
115,177118 [opencl_profiling] spent 0,0021 seconds in sharpen_vblur
115,177120 [opencl_profiling] spent 0,0025 seconds in sharpen_mix
115,177122 [opencl_profiling] spent 0,0036 seconds in colorout
115,177124 [opencl_profiling] spent 0,0267 seconds in [Read Image (from
device to host)]
115,177126 [opencl_profiling] spent 0,0546 seconds totally in command
queue (with 0 events missing)
115,177135 [dev_process_image] pixel pipeline processing took 0,121 secs
(0,140 CPU)
115,773318 [dev] took 0,000 secs (0,000 CPU) to load the image.
115,773388 [pixelpipe_process] [full] using device 0
115,774836 [dev_pixelpipe] took 0,001 secs (0,002 CPU) initing base
buffer [full]
115,795475 [dev_pixelpipe] took 0,021 secs (0,020 CPU) processed
`Raw-Schwarz-/Weißpunkt' on GPU, blended on GPU [full]
115,797287 [dev_pixelpipe] took 0,002 secs (0,002 CPU) processed
`Weißabgleich' on GPU, blended on GPU [full]
115,799026 [dev_pixelpipe] took 0,002 secs (0,001 CPU) processed
`Spitzlicht-Rekonstruktion' on GPU, blended on GPU [full]
115,814751 [dev_pixelpipe] took 0,016 secs (0,013 CPU) processed
`Entrastern' on GPU, blended on GPU [full]
115,819085 [dev_pixelpipe] took 0,004 secs (0,004 CPU) processed
`Basiskurve' on GPU, blended on GPU [full]
115,823440 [dev_pixelpipe] took 0,004 secs (0,004 CPU) processed
`Eingabefarbprofil' on GPU, blended on GPU [full]
115,832021 [dev_pixelpipe] took 0,009 secs (0,007 CPU) processed
`Schärfen' on GPU, blended on GPU [full]
115,838168 [dev_pixelpipe] took 0,006 secs (0,005 CPU) processed
`Ausgabefarbprofil' on GPU, blended on GPU [full]
115,894665 [dev_pixelpipe] took 0,056 secs (0,076 CPU) processed `Gamma'
on CPU, blended on CPU [full]
115,894699 [opencl_profiling] profiling device 0 ('AMD Radeon Pro 570
Compute Engine'):
115,894702 [opencl_profiling] spent 0,0004 seconds in [Write Image
(from host to device)]
115,894705 [opencl_profiling] spent 0,0001 seconds in rawprepare_1f
115,894707 [opencl_profiling] spent 0,0001 seconds in whitebalance_1f
115,894709 [opencl_profiling] spent 0,0001 seconds in highlights_1f_clip
115,894711 [opencl_profiling] spent 0,0004 seconds in ppg_demosaic_green
115,894713 [opencl_profiling] spent 0,0005 seconds in ppg_demosaic_redblue
115,894716 [opencl_profiling] spent 0,0002 seconds in border_interpolate
115,894718 [opencl_profiling] spent 0,0121 seconds in
interpolation_resample
115,894721 [opencl_profiling] spent 0,0020 seconds in basecurve_lut
115,894723 [opencl_profiling] spent 0,0017 seconds in colorin_unbound
115,894725 [opencl_profiling] spent 0,0019 seconds in sharpen_hblur
115,894727 [opencl_profiling] spent 0,0022 seconds in sharpen_vblur
115,894729 [opencl_profiling] spent 0,0025 seconds in sharpen_mix
115,894731 [opencl_profiling] spent 0,0035 seconds in colorout
115,894733 [opencl_profiling] spent 0,0266 seconds in [Read Image (from
device to host)]
115,894735 [opencl_profiling] spent 0,0543 seconds totally in command
queue (with 0 events missing)
115,894744 [dev_process_image] pixel pipeline processing took 0,121 secs
(0,134 CPU)
116,489031 [dev] took 0,000 secs (0,000 CPU) to load the image.
116,489079 [pixelpipe_process] [full] using device 0
116,490554 [dev_pixelpipe] took 0,001 secs (0,002 CPU) initing base
buffer [full]
116,511006 [dev_pixelpipe] took 0,020 secs (0,020 CPU) processed
`Raw-Schwarz-/Weißpunkt' on GPU, blended on GPU [full]
116,512861 [dev_pixelpipe] took 0,002 secs (0,002 CPU) processed
`Weißabgleich' on GPU, blended on GPU [full]
116,514790 [dev_pixelpipe] took 0,002 secs (0,002 CPU) processed
`Spitzlicht-Rekonstruktion' on GPU, blended on GPU [full]
116,530325 [dev_pixelpipe] took 0,016 secs (0,013 CPU) processed
`Entrastern' on GPU, blended on GPU [full]
116,534587 [dev_pixelpipe] took 0,004 secs (0,004 CPU) processed
`Basiskurve' on GPU, blended on GPU [full]
116,538928 [dev_pixelpipe] took 0,004 secs (0,004 CPU) processed
`Eingabefarbprofil' on GPU, blended on GPU [full]
116,547463 [dev_pixelpipe] took 0,009 secs (0,007 CPU) processed
`Schärfen' on GPU, blended on GPU [full]
116,553476 [dev_pixelpipe] took 0,006 secs (0,005 CPU) processed
`Ausgabefarbprofil' on GPU, blended on GPU [full]
116,615145 [dev_pixelpipe] took 0,062 secs (0,091 CPU) processed `Gamma'
on CPU, blended on CPU [full]
116,615198 [opencl_profiling] profiling device 0 ('AMD Radeon Pro 570
Compute Engine'):
116,615202 [opencl_profiling] spent 0,0004 seconds in [Write Image
(from host to device)]
116,615205 [opencl_profiling] spent 0,0001 seconds in rawprepare_1f
116,615207 [opencl_profiling] spent 0,0002 seconds in whitebalance_1f
116,615209 [opencl_profiling] spent 0,0002 seconds in highlights_1f_clip
116,615211 [opencl_profiling] spent 0,0004 seconds in ppg_demosaic_green
116,615214 [opencl_profiling] spent 0,0005 seconds in ppg_demosaic_redblue
116,615216 [opencl_profiling] spent 0,0002 seconds in border_interpolate
116,615218 [opencl_profiling] spent 0,0119 seconds in
interpolation_resample
116,615220 [opencl_profiling] spent 0,0020 seconds in basecurve_lut
116,615223 [opencl_profiling] spent 0,0017 seconds in colorin_unbound
116,615225 [opencl_profiling] spent 0,0019 seconds in sharpen_hblur
116,615227 [opencl_profiling] spent 0,0022 seconds in sharpen_vblur
116,615230 [opencl_profiling] spent 0,0025 seconds in sharpen_mix
116,615232 [opencl_profiling] spent 0,0034 seconds in colorout
116,615234 [opencl_profiling] spent 0,0268 seconds in [Read Image (from
device to host)]
116,615236 [opencl_profiling] spent 0,0543 seconds totally in command
queue (with 0 events missing)
116,615247 [dev_process_image] pixel pipeline processing took 0,126 secs
(0,149 CPU)
117,205518 [dev] took 0,000 secs (0,000 CPU) to load the image.
117,205569 [pixelpipe_process] [full] using device 0
117,207095 [dev_pixelpipe] took 0,001 secs (0,002 CPU) initing base
buffer [full]
117,227739 [dev_pixelpipe] took 0,021 secs (0,020 CPU) processed
`Raw-Schwarz-/Weißpunkt' on GPU, blended on GPU [full]
117,229547 [dev_pixelpipe] took 0,002 secs (0,002 CPU) processed
`Weißabgleich' on GPU, blended on GPU [full]
117,231286 [dev_pixelpipe] took 0,002 secs (0,001 CPU) processed
`Spitzlicht-Rekonstruktion' on GPU, blended on GPU [full]
117,247003 [dev_pixelpipe] took 0,016 secs (0,013 CPU) processed
`Entrastern' on GPU, blended on GPU [full]
117,251307 [dev_pixelpipe] took 0,004 secs (0,003 CPU) processed
`Basiskurve' on GPU, blended on GPU [full]
117,255640 [dev_pixelpipe] took 0,004 secs (0,004 CPU) processed
`Eingabefarbprofil' on GPU, blended on GPU [full]
117,264158 [dev_pixelpipe] took 0,008 secs (0,007 CPU) processed
`Schärfen' on GPU, blended on GPU [full]
117,270205 [dev_pixelpipe] took 0,006 secs (0,005 CPU) processed
`Ausgabefarbprofil' on GPU, blended on GPU [full]
117,326738 [dev_pixelpipe] took 0,057 secs (0,082 CPU) processed `Gamma'
on CPU, blended on CPU [full]
117,326774 [opencl_profiling] profiling device 0 ('AMD Radeon Pro 570
Compute Engine'):
117,326777 [opencl_profiling] spent 0,0004 seconds in [Write Image
(from host to device)]
117,326780 [opencl_profiling] spent 0,0001 seconds in rawprepare_1f
117,326782 [opencl_profiling] spent 0,0001 seconds in whitebalance_1f
117,326785 [opencl_profiling] spent 0,0001 seconds in highlights_1f_clip
117,326787 [opencl_profiling] spent 0,0004 seconds in ppg_demosaic_green
117,326789 [opencl_profiling] spent 0,0005 seconds in ppg_demosaic_redblue
117,326792 [opencl_profiling] spent 0,0002 seconds in border_interpolate
117,326794 [opencl_profiling] spent 0,0121 seconds in
interpolation_resample
117,326796 [opencl_profiling] spent 0,0020 seconds in basecurve_lut
117,326798 [opencl_profiling] spent 0,0017 seconds in colorin_unbound
117,326800 [opencl_profiling] spent 0,0019 seconds in sharpen_hblur
117,326802 [opencl_profiling] spent 0,0021 seconds in sharpen_vblur
117,326804 [opencl_profiling] spent 0,0025 seconds in sharpen_mix
117,326807 [opencl_profiling] spent 0,0033 seconds in colorout
117,326809 [opencl_profiling] spent 0,0266 seconds in [Read Image (from
device to host)]
117,326811 [opencl_profiling] spent 0,0540 seconds totally in command
queue (with 0 events missing)
117,326820 [dev_process_image] pixel pipeline processing took 0,121 secs
(0,140 CPU)
117,922632 [dev] took 0,000 secs (0,000 CPU) to load the image.
117,922680 [pixelpipe_process] [full] using device 0
117,924142 [dev_pixelpipe] took 0,001 secs (0,002 CPU) initing base
buffer [full]
117,945137 [dev_pixelpipe] took 0,021 secs (0,021 CPU) processed
`Raw-Schwarz-/Weißpunkt' on GPU, blended on GPU [full]
117,947023 [dev_pixelpipe] took 0,002 secs (0,002 CPU) processed
`Weißabgleich' on GPU, blended on GPU [full]
117,948762 [dev_pixelpipe] took 0,002 secs (0,001 CPU) processed
`Spitzlicht-Rekonstruktion' on GPU, blended on GPU [full]
117,964308 [dev_pixelpipe] took 0,016 secs (0,013 CPU) processed
`Entrastern' on GPU, blended on GPU [full]
117,968635 [dev_pixelpipe] took 0,004 secs (0,003 CPU) processed
`Basiskurve' on GPU, blended on GPU [full]
117,973000 [dev_pixelpipe] took 0,004 secs (0,004 CPU) processed
`Eingabefarbprofil' on GPU, blended on GPU [full]
117,981560 [dev_pixelpipe] took 0,009 secs (0,007 CPU) processed
`Schärfen' on GPU, blended on GPU [full]
117,987400 [dev_pixelpipe] took 0,006 secs (0,005 CPU) processed
`Ausgabefarbprofil' on GPU, blended on GPU [full]
118,048262 [dev_pixelpipe] took 0,061 secs (0,080 CPU) processed `Gamma'
on CPU, blended on CPU [full]
118,048324 [opencl_profiling] profiling device 0 ('AMD Radeon Pro 570
Compute Engine'):
118,048328 [opencl_profiling] spent 0,0004 seconds in [Write Image
(from host to device)]
118,048331 [opencl_profiling] spent 0,0001 seconds in rawprepare_1f
118,048333 [opencl_profiling] spent 0,0002 seconds in whitebalance_1f
118,048335 [opencl_profiling] spent 0,0001 seconds in highlights_1f_clip
118,048337 [opencl_profiling] spent 0,0004 seconds in ppg_demosaic_green
118,048340 [opencl_profiling] spent 0,0005 seconds in ppg_demosaic_redblue
118,048342 [opencl_profiling] spent 0,0002 seconds in border_interpolate
118,048344 [opencl_profiling] spent 0,0119 seconds in
interpolation_resample
118,048346 [opencl_profiling] spent 0,0020 seconds in basecurve_lut
118,048348 [opencl_profiling] spent 0,0017 seconds in colorin_unbound
118,048350 [opencl_profiling] spent 0,0019 seconds in sharpen_hblur
118,048353 [opencl_profiling] spent 0,0022 seconds in sharpen_vblur
118,048355 [opencl_profiling] spent 0,0025 seconds in sharpen_mix
118,048357 [opencl_profiling] spent 0,0032 seconds in colorout
118,048416 [opencl_profiling] spent 0,0281 seconds in [Read Image (from
device to host)]
118,048421 [opencl_profiling] spent 0,0554 seconds totally in command
queue (with 0 events missing)
118,048432 [dev_process_image] pixel pipeline processing took 0,126 secs
(0,138 CPU)
118,646650 [dev] took 0,000 secs (0,000 CPU) to load the image.
118,646703 [pixelpipe_process] [full] using device 0
118,646741 [dev_process_image] pixel pipeline processing took 0,000 secs
(0,000 CPU)
119,340201 [dev] took 0,000 secs (0,000 CPU) to load the image.
119,340252 [pixelpipe_process] [full] using device 0
119,340288 [dev_process_image] pixel pipeline processing took 0,000 secs
(0,000 CPU)
120,020913 [dev] took 0,000 secs (0,000 CPU) to load the image.
120,020965 [pixelpipe_process] [full] using device 0
120,021003 [dev_process_image] pixel pipeline processing took 0,000 secs
(0,000 CPU)
120,706394 [dev] took 0,000 secs (0,000 CPU) to load the image.
120,706442 [pixelpipe_process] [full] using device 0
120,707921 [dev_pixelpipe] took 0,001 secs (0,002 CPU) initing base
buffer [full]
120,731972 [dev_pixelpipe] took 0,024 secs (0,023 CPU) processed
`Raw-Schwarz-/Weißpunkt' on GPU, blended on GPU [full]
120,734396 [dev_pixelpipe] took 0,002 secs (0,002 CPU) processed
`Weißabgleich' on GPU, blended on GPU [full]
120,736695 [dev_pixelpipe] took 0,002 secs (0,002 CPU) processed
`Spitzlicht-Rekonstruktion' on GPU, blended on GPU [full]
120,753575 [dev_pixelpipe] took 0,017 secs (0,014 CPU) processed
`Entrastern' on GPU, blended on GPU [full]
120,757694 [dev_pixelpipe] took 0,004 secs (0,003 CPU) processed
`Basiskurve' on GPU, blended on GPU [full]
120,762060 [dev_pixelpipe] took 0,004 secs (0,004 CPU) processed
`Eingabefarbprofil' on GPU, blended on GPU [full]
120,770657 [dev_pixelpipe] took 0,009 secs (0,007 CPU) processed
`Schärfen' on GPU, blended on GPU [full]
120,776097 [dev_pixelpipe] took 0,005 secs (0,005 CPU) processed
`Ausgabefarbprofil' on GPU, blended on GPU [full]
120,833698 [dev_pixelpipe] took 0,058 secs (0,085 CPU) processed `Gamma'
on CPU, blended on CPU [full]
120,833732 [opencl_profiling] profiling device 0 ('AMD Radeon Pro 570
Compute Engine'):
120,833736 [opencl_profiling] spent 0,0004 seconds in [Write Image
(from host to device)]
120,833739 [opencl_profiling] spent 0,0006 seconds in rawprepare_1f
120,833741 [opencl_profiling] spent 0,0007 seconds in whitebalance_1f
120,833743 [opencl_profiling] spent 0,0007 seconds in highlights_1f_clip
120,833746 [opencl_profiling] spent 0,0017 seconds in ppg_demosaic_green
120,833749 [opencl_profiling] spent 0,0008 seconds in ppg_demosaic_redblue
120,833751 [opencl_profiling] spent 0,0001 seconds in border_interpolate
120,833753 [opencl_profiling] spent 0,0115 seconds in
interpolation_resample
120,833755 [opencl_profiling] spent 0,0018 seconds in basecurve_lut
120,833757 [opencl_profiling] spent 0,0017 seconds in colorin_unbound
120,833759 [opencl_profiling] spent 0,0019 seconds in sharpen_hblur
120,833762 [opencl_profiling] spent 0,0022 seconds in sharpen_vblur
120,833764 [opencl_profiling] spent 0,0025 seconds in sharpen_mix
120,833766 [opencl_profiling] spent 0,0029 seconds in colorout
120,833768 [opencl_profiling] spent 0,0270 seconds in [Read Image (from
device to host)]
120,833770 [opencl_profiling] spent 0,0565 seconds totally in command
queue (with 0 events missing)
120,833779 [dev_process_image] pixel pipeline processing took 0,127 secs
(0,147 CPU)
121,425839 [dev] took 0,000 secs (0,000 CPU) to load the image.
121,425887 [pixelpipe_process] [full] using device 0
121,427396 [dev_pixelpipe] took 0,001 secs (0,002 CPU) initing base
buffer [full]
121,447908 [dev_pixelpipe] took 0,020 secs (0,020 CPU) processed
`Raw-Schwarz-/Weißpunkt' on GPU, blended on GPU [full]
121,449717 [dev_pixelpipe] took 0,002 secs (0,002 CPU) processed
`Weißabgleich' on GPU, blended on GPU [full]
121,451531 [dev_pixelpipe] took 0,002 secs (0,001 CPU) processed
`Spitzlicht-Rekonstruktion' on GPU, blended on GPU [full]
121,467464 [dev_pixelpipe] took 0,016 secs (0,013 CPU) processed
`Entrastern' on GPU, blended on GPU [full]
121,471588 [dev_pixelpipe] took 0,004 secs (0,003 CPU) processed
`Basiskurve' on GPU, blended on GPU [full]
121,475917 [dev_pixelpipe] took 0,004 secs (0,004 CPU) processed
`Eingabefarbprofil' on GPU, blended on GPU [full]
121,484453 [dev_pixelpipe] took 0,009 secs (0,007 CPU) processed
`Schärfen' on GPU, blended on GPU [full]
121,489793 [dev_pixelpipe] took 0,005 secs (0,005 CPU) processed
`Ausgabefarbprofil' on GPU, blended on GPU [full]
121,546409 [dev_pixelpipe] took 0,057 secs (0,074 CPU) processed `Gamma'
on CPU, blended on CPU [full]
121,546471 [opencl_profiling] profiling device 0 ('AMD Radeon Pro 570
Compute Engine'):
121,546475 [opencl_profiling] spent 0,0004 seconds in [Write Image
(from host to device)]
121,546478 [opencl_profiling] spent 0,0001 seconds in rawprepare_1f
121,546480 [opencl_profiling] spent 0,0001 seconds in whitebalance_1f
121,546482 [opencl_profiling] spent 0,0001 seconds in highlights_1f_clip
121,546484 [opencl_profiling] spent 0,0004 seconds in ppg_demosaic_green
121,546486 [opencl_profiling] spent 0,0005 seconds in ppg_demosaic_redblue
121,546489 [opencl_profiling] spent 0,0002 seconds in border_interpolate
121,546491 [opencl_profiling] spent 0,0120 seconds in
interpolation_resample
121,546493 [opencl_profiling] spent 0,0018 seconds in basecurve_lut
121,546495 [opencl_profiling] spent 0,0017 seconds in colorin_unbound
121,546497 [opencl_profiling] spent 0,0019 seconds in sharpen_hblur
121,546499 [opencl_profiling] spent 0,0021 seconds in sharpen_vblur
121,546502 [opencl_profiling] spent 0,0025 seconds in sharpen_mix
121,546504 [opencl_profiling] spent 0,0026 seconds in colorout
121,546506 [opencl_profiling] spent 0,0271 seconds in [Read Image (from
device to host)]
121,546508 [opencl_profiling] spent 0,0536 seconds totally in command
queue (with 0 events missing)
121,546518 [dev_process_image] pixel pipeline processing took 0,121 secs
(0,131 CPU)
122,140602 [dev] took 0,000 secs (0,000 CPU) to load the image.
122,140649 [pixelpipe_process] [full] using device 0
122,142124 [dev_pixelpipe] took 0,001 secs (0,002 CPU) initing base
buffer [full]
122,162651 [dev_pixelpipe] took 0,021 secs (0,020 CPU) processed
`Raw-Schwarz-/Weißpunkt' on GPU, blended on GPU [full]
122,164452 [dev_pixelpipe] took 0,002 secs (0,002 CPU) processed
`Weißabgleich' on GPU, blended on GPU [full]
122,166241 [dev_pixelpipe] took 0,002 secs (0,001 CPU) processed
`Spitzlicht-Rekonstruktion' on GPU, blended on GPU [full]
122,181784 [dev_pixelpipe] took 0,016 secs (0,013 CPU) processed
`Entrastern' on GPU, blended on GPU [full]
122,185842 [dev_pixelpipe] took 0,004 secs (0,003 CPU) processed
`Basiskurve' on GPU, blended on GPU [full]
122,190145 [dev_pixelpipe] took 0,004 secs (0,004 CPU) processed
`Eingabefarbprofil' on GPU, blended on GPU [full]
122,198690 [dev_pixelpipe] took 0,009 secs (0,007 CPU) processed
`Schärfen' on GPU, blended on GPU [full]
122,204065 [dev_pixelpipe] took 0,005 secs (0,005 CPU) processed
`Ausgabefarbprofil' on GPU, blended on GPU [full]
122,260220 [dev_pixelpipe] took 0,056 secs (0,073 CPU) processed `Gamma'
on CPU, blended on CPU [full]
122,260254 [opencl_profiling] profiling device 0 ('AMD Radeon Pro 570
Compute Engine'):
122,260258 [opencl_profiling] spent 0,0004 seconds in [Write Image
(from host to device)]
122,260260 [opencl_profiling] spent 0,0001 seconds in rawprepare_1f
122,260263 [opencl_profiling] spent 0,0001 seconds in whitebalance_1f
122,260265 [opencl_profiling] spent 0,0002 seconds in highlights_1f_clip
122,260267 [opencl_profiling] spent 0,0004 seconds in ppg_demosaic_green
122,260269 [opencl_profiling] spent 0,0005 seconds in ppg_demosaic_redblue
122,260271 [opencl_profiling] spent 0,0002 seconds in border_interpolate
122,260274 [opencl_profiling] spent 0,0119 seconds in
interpolation_resample
122,260276 [opencl_profiling] spent 0,0018 seconds in basecurve_lut
122,260278 [opencl_profiling] spent 0,0017 seconds in colorin_unbound
122,260280 [opencl_profiling] spent 0,0019 seconds in sharpen_hblur
122,260282 [opencl_profiling] spent 0,0022 seconds in sharpen_vblur
122,260284 [opencl_profiling] spent 0,0025 seconds in sharpen_mix
122,260286 [opencl_profiling] spent 0,0027 seconds in colorout
122,260289 [opencl_profiling] spent 0,0267 seconds in [Read Image (from
device to host)]
122,260291 [opencl_profiling] spent 0,0533 seconds totally in command
queue (with 0 events missing)
122,260300 [dev_process_image] pixel pipeline processing took 0,120 secs
(0,130 CPU)
122,854762 [dev] took 0,000 secs (0,000 CPU) to load the image.
122,854810 [pixelpipe_process] [full] using device 0
122,856281 [dev_pixelpipe] took 0,001 secs (0,002 CPU) initing base
buffer [full]
122,877160 [dev_pixelpipe] took 0,021 secs (0,020 CPU) processed
`Raw-Schwarz-/Weißpunkt' on GPU, blended on GPU [full]
122,878964 [dev_pixelpipe] took 0,002 secs (0,002 CPU) processed
`Weißabgleich' on GPU, blended on GPU [full]
122,880693 [dev_pixelpipe] took 0,002 secs (0,001 CPU) processed
`Spitzlicht-Rekonstruktion' on GPU, blended on GPU [full]
122,896209 [dev_pixelpipe] took 0,016 secs (0,013 CPU) processed
`Entrastern' on GPU, blended on GPU [full]
122,900472 [dev_pixelpipe] took 0,004 secs (0,003 CPU) processed
`Basiskurve' on GPU, blended on GPU [full]
122,904804 [dev_pixelpipe] took 0,004 secs (0,004 CPU) processed
`Eingabefarbprofil' on GPU, blended on GPU [full]
122,913369 [dev_pixelpipe] took 0,009 secs (0,007 CPU) processed
`Schärfen' on GPU, blended on GPU [full]
122,919046 [dev_pixelpipe] took 0,006 secs (0,005 CPU) processed
`Ausgabefarbprofil' on GPU, blended on GPU [full]
122,975558 [dev_pixelpipe] took 0,056 secs (0,079 CPU) processed `Gamma'
on CPU, blended on CPU [full]
122,975622 [opencl_profiling] profiling device 0 ('AMD Radeon Pro 570
Compute Engine'):
122,975626 [opencl_profiling] spent 0,0005 seconds in [Write Image
(from host to device)]
122,975629 [opencl_profiling] spent 0,0001 seconds in rawprepare_1f
122,975631 [opencl_profiling] spent 0,0001 seconds in whitebalance_1f
122,975633 [opencl_profiling] spent 0,0001 seconds in highlights_1f_clip
122,975635 [opencl_profiling] spent 0,0004 seconds in ppg_demosaic_green
122,975637 [opencl_profiling] spent 0,0005 seconds in ppg_demosaic_redblue
122,975639 [opencl_profiling] spent 0,0002 seconds in border_interpolate
122,975641 [opencl_profiling] spent 0,0119 seconds in
interpolation_resample
122,975643 [opencl_profiling] spent 0,0020 seconds in basecurve_lut
122,975646 [opencl_profiling] spent 0,0017 seconds in colorin_unbound
122,975648 [opencl_profiling] spent 0,0019 seconds in sharpen_hblur
122,975650 [opencl_profiling] spent 0,0021 seconds in sharpen_vblur
122,975652 [opencl_profiling] spent 0,0025 seconds in sharpen_mix
122,975654 [opencl_profiling] spent 0,0031 seconds in colorout
122,975657 [opencl_profiling] spent 0,0266 seconds in [Read Image (from
device to host)]
122,975659 [opencl_profiling] spent 0,0537 seconds totally in command
queue (with 0 events missing)
122,975668 [dev_process_image] pixel pipeline processing took 0,121 secs
(0,136 CPU)
123,573971 [dev] took 0,000 secs (0,000 CPU) to load the image.
123,574018 [pixelpipe_process] [full] using device 0
123,575509 [dev_pixelpipe] took 0,001 secs (0,002 CPU) initing base
buffer [full]
123,595953 [dev_pixelpipe] took 0,020 secs (0,020 CPU) processed
`Raw-Schwarz-/Weißpunkt' on GPU, blended on GPU [full]
123,597766 [dev_pixelpipe] took 0,002 secs (0,001 CPU) processed
`Weißabgleich' on GPU, blended on GPU [full]
123,599500 [dev_pixelpipe] took 0,002 secs (0,001 CPU) processed
`Spitzlicht-Rekonstruktion' on GPU, blended on GPU [full]
123,615223 [dev_pixelpipe] took 0,016 secs (0,013 CPU) processed
`Entrastern' on GPU, blended on GPU [full]
123,619460 [dev_pixelpipe] took 0,004 secs (0,003 CPU) processed
`Basiskurve' on GPU, blended on GPU [full]
123,623800 [dev_pixelpipe] took 0,004 secs (0,004 CPU) processed
`Eingabefarbprofil' on GPU, blended on GPU [full]
123,632691 [dev_pixelpipe] took 0,009 secs (0,007 CPU) processed
`Schärfen' on GPU, blended on GPU [full]
123,638488 [dev_pixelpipe] took 0,006 secs (0,005 CPU) processed
`Ausgabefarbprofil' on GPU, blended on GPU [full]
123,694974 [dev_pixelpipe] took 0,056 secs (0,077 CPU) processed `Gamma'
on CPU, blended on CPU [full]
123,695006 [opencl_profiling] profiling device 0 ('AMD Radeon Pro 570
Compute Engine'):
123,695010 [opencl_profiling] spent 0,0004 seconds in [Write Image
(from host to device)]
123,695013 [opencl_profiling] spent 0,0001 seconds in rawprepare_1f
123,695015 [opencl_profiling] spent 0,0001 seconds in whitebalance_1f
123,695032 [opencl_profiling] spent 0,0001 seconds in highlights_1f_clip
123,695034 [opencl_profiling] spent 0,0004 seconds in ppg_demosaic_green
123,695036 [opencl_profiling] spent 0,0005 seconds in ppg_demosaic_redblue
123,695038 [opencl_profiling] spent 0,0002 seconds in border_interpolate
123,695040 [opencl_profiling] spent 0,0121 seconds in
interpolation_resample
123,695042 [opencl_profiling] spent 0,0020 seconds in basecurve_lut
123,695057 [opencl_profiling] spent 0,0017 seconds in colorin_unbound
123,695059 [opencl_profiling] spent 0,0019 seconds in sharpen_hblur
123,695062 [opencl_profiling] spent 0,0022 seconds in sharpen_vblur
123,695064 [opencl_profiling] spent 0,0025 seconds in sharpen_mix
123,695066 [opencl_profiling] spent 0,0029 seconds in colorout
123,695068 [opencl_profiling] spent 0,0268 seconds in [Read Image (from
device to host)]
123,695070 [opencl_profiling] spent 0,0538 seconds totally in command
queue (with 0 events missing)
123,695078 [dev_process_image] pixel pipeline processing took 0,121 secs
(0,135 CPU)
124,291737 [dev] took 0,000 secs (0,000 CPU) to load the image.
124,291784 [pixelpipe_process] [full] using device 0
124,293583 [dev_pixelpipe] took 0,002 secs (0,002 CPU) initing base
buffer [full]
124,314034 [dev_pixelpipe] took 0,020 secs (0,018 CPU) processed
`Raw-Schwarz-/Weißpunkt' on GPU, blended on GPU [full]
124,315837 [dev_pixelpipe] took 0,002 secs (0,002 CPU) processed
`Weißabgleich' on GPU, blended on GPU [full]
124,317576 [dev_pixelpipe] took 0,002 secs (0,001 CPU) processed
`Spitzlicht-Rekonstruktion' on GPU, blended on GPU [full]
124,333221 [dev_pixelpipe] took 0,016 secs (0,013 CPU) processed
`Entrastern' on GPU, blended on GPU [full]
124,337427 [dev_pixelpipe] took 0,004 secs (0,003 CPU) processed
`Basiskurve' on GPU, blended on GPU [full]
124,341712 [dev_pixelpipe] took 0,004 secs (0,004 CPU) processed
`Eingabefarbprofil' on GPU, blended on GPU [full]
124,350259 [dev_pixelpipe] took 0,009 secs (0,007 CPU) processed
`Schärfen' on GPU, blended on GPU [full]
124,355704 [dev_pixelpipe] took 0,005 secs (0,005 CPU) processed
`Ausgabefarbprofil' on GPU, blended on GPU [full]
124,412078 [dev_pixelpipe] took 0,056 secs (0,079 CPU) processed `Gamma'
on CPU, blended on CPU [full]
124,412115 [opencl_profiling] profiling device 0 ('AMD Radeon Pro 570
Compute Engine'):
124,412118 [opencl_profiling] spent 0,0004 seconds in [Write Image
(from host to device)]
124,412121 [opencl_profiling] spent 0,0001 seconds in rawprepare_1f
124,412123 [opencl_profiling] spent 0,0001 seconds in whitebalance_1f
124,412125 [opencl_profiling] spent 0,0001 seconds in highlights_1f_clip
124,412127 [opencl_profiling] spent 0,0004 seconds in ppg_demosaic_green
124,412129 [opencl_profiling] spent 0,0005 seconds in ppg_demosaic_redblue
124,412131 [opencl_profiling] spent 0,0002 seconds in border_interpolate
124,412135 [opencl_profiling] spent 0,0120 seconds in
interpolation_resample
124,412137 [opencl_profiling] spent 0,0020 seconds in basecurve_lut
124,412139 [opencl_profiling] spent 0,0017 seconds in colorin_unbound
124,412141 [opencl_profiling] spent 0,0019 seconds in sharpen_hblur
124,412143 [opencl_profiling] spent 0,0022 seconds in sharpen_vblur
124,412145 [opencl_profiling] spent 0,0025 seconds in sharpen_mix
124,412147 [opencl_profiling] spent 0,0028 seconds in colorout
124,412150 [opencl_profiling] spent 0,0272 seconds in [Read Image (from
device to host)]
124,412152 [opencl_profiling] spent 0,0540 seconds totally in command
queue (with 0 events missing)
124,412161 [dev_process_image] pixel pipeline processing took 0,120 secs
(0,136 CPU)
125,009879 [dev] took 0,000 secs (0,000 CPU) to load the image.
125,009924 [pixelpipe_process] [full] using device 0
125,011384 [dev_pixelpipe] took 0,001 secs (0,002 CPU) initing base
buffer [full]
125,032232 [dev_pixelpipe] took 0,021 secs (0,021 CPU) processed
`Raw-Schwarz-/Weißpunkt' on GPU, blended on GPU [full]
125,034040 [dev_pixelpipe] took 0,002 secs (0,002 CPU) processed
`Weißabgleich' on GPU, blended on GPU [full]
125,035784 [dev_pixelpipe] took 0,002 secs (0,001 CPU) processed
`Spitzlicht-Rekonstruktion' on GPU, blended on GPU [full]
125,051425 [dev_pixelpipe] took 0,016 secs (0,013 CPU) processed
`Entrastern' on GPU, blended on GPU [full]
125,055633 [dev_pixelpipe] took 0,004 secs (0,003 CPU) processed
`Basiskurve' on GPU, blended on GPU [full]
125,060171 [dev_pixelpipe] took 0,005 secs (0,004 CPU) processed
`Eingabefarbprofil' on GPU, blended on GPU [full]
125,068718 [dev_pixelpipe] took 0,009 secs (0,007 CPU) processed
`Schärfen' on GPU, blended on GPU [full]
125,074042 [dev_pixelpipe] took 0,005 secs (0,005 CPU) processed
`Ausgabefarbprofil' on GPU, blended on GPU [full]
125,130086 [dev_pixelpipe] took 0,056 secs (0,073 CPU) processed `Gamma'
on CPU, blended on CPU [full]
125,130121 [opencl_profiling] profiling device 0 ('AMD Radeon Pro 570
Compute Engine'):
125,130125 [opencl_profiling] spent 0,0005 seconds in [Write Image
(from host to device)]
125,130128 [opencl_profiling] spent 0,0001 seconds in rawprepare_1f
125,130130 [opencl_profiling] spent 0,0001 seconds in whitebalance_1f
125,130132 [opencl_profiling] spent 0,0001 seconds in highlights_1f_clip
125,130134 [opencl_profiling] spent 0,0004 seconds in ppg_demosaic_green
125,130136 [opencl_profiling] spent 0,0005 seconds in ppg_demosaic_redblue
125,130138 [opencl_profiling] spent 0,0002 seconds in border_interpolate
125,130140 [opencl_profiling] spent 0,0120 seconds in
interpolation_resample
125,130143 [opencl_profiling] spent 0,0020 seconds in basecurve_lut
125,130145 [opencl_profiling] spent 0,0017 seconds in colorin_unbound
125,130147 [opencl_profiling] spent 0,0019 seconds in sharpen_hblur
125,130149 [opencl_profiling] spent 0,0021 seconds in sharpen_vblur
125,130151 [opencl_profiling] spent 0,0025 seconds in sharpen_mix
125,130153 [opencl_profiling] spent 0,0027 seconds in colorout
125,130155 [opencl_profiling] spent 0,0270 seconds in [Read Image (from
device to host)]
125,130157 [opencl_profiling] spent 0,0538 seconds totally in command
queue (with 0 events missing)
125,130166 [dev_process_image] pixel pipeline processing took 0,120 secs
(0,131 CPU)
125,727853 [dev] took 0,000 secs (0,000 CPU) to load the image.
125,727904 [pixelpipe_process] [full] using device 0
125,727941 [dev_process_image] pixel pipeline processing took 0,000 secs
(0,000 CPU)
126,422210 [dev] took 0,000 secs (0,000 CPU) to load the image.
126,422264 [pixelpipe_process] [full] using device 0
126,422327 [dev_process_image] pixel pipeline processing took 0,000 secs
(0,000 CPU)
127,107454 [dev] took 0,000 secs (0,000 CPU) to load the image.
127,107506 [pixelpipe_process] [full] using device 0
127,107542 [dev_process_image] pixel pipeline processing took 0,000 secs
(0,000 CPU)
127,790714 [dev] took 0,000 secs (0,000 CPU) to load the image.
127,790761 [pixelpipe_process] [full] using device 0
127,792225 [dev_pixelpipe] took 0,001 secs (0,002 CPU) initing base
buffer [full]
127,816678 [dev_pixelpipe] took 0,024 secs (0,023 CPU) processed
`Raw-Schwarz-/Weißpunkt' on GPU, blended on GPU [full]
127,819066 [dev_pixelpipe] took 0,002 secs (0,002 CPU) processed
`Weißabgleich' on GPU, blended on GPU [full]
127,821370 [dev_pixelpipe] took 0,002 secs (0,002 CPU) processed
`Spitzlicht-Rekonstruktion' on GPU, blended on GPU [full]
127,842044 [dev_pixelpipe] took 0,021 secs (0,017 CPU) processed
`Entrastern' on GPU, blended on GPU [full]
127,846258 [dev_pixelpipe] took 0,004 secs (0,003 CPU) processed
`Basiskurve' on GPU, blended on GPU [full]
127,850889 [dev_pixelpipe] took 0,005 secs (0,004 CPU) processed
`Eingabefarbprofil' on GPU, blended on GPU [full]
127,859455 [dev_pixelpipe] took 0,009 secs (0,007 CPU) processed
`Schärfen' on GPU, blended on GPU [full]
127,864867 [dev_pixelpipe] took 0,005 secs (0,005 CPU) processed
`Ausgabefarbprofil' on GPU, blended on GPU [full]
127,923703 [dev_pixelpipe] took 0,059 secs (0,089 CPU) processed `Gamma'
on CPU, blended on CPU [full]
127,923730 [opencl_profiling] profiling device 0 ('AMD Radeon Pro 570
Compute Engine'):
127,923734 [opencl_profiling] spent 0,0004 seconds in [Write Image
(from host to device)]
127,923737 [opencl_profiling] spent 0,0006 seconds in rawprepare_1f
127,923739 [opencl_profiling] spent 0,0007 seconds in whitebalance_1f
127,923741 [opencl_profiling] spent 0,0007 seconds in highlights_1f_clip
127,923743 [opencl_profiling] spent 0,0017 seconds in ppg_demosaic_green
127,923745 [opencl_profiling] spent 0,0026 seconds in ppg_demosaic_redblue
127,923747 [opencl_profiling] spent 0,0001 seconds in border_interpolate
127,923750 [opencl_profiling] spent 0,0136 seconds in
interpolation_resample
127,923752 [opencl_profiling] spent 0,0020 seconds in basecurve_lut
127,923754 [opencl_profiling] spent 0,0020 seconds in colorin_unbound
127,923756 [opencl_profiling] spent 0,0019 seconds in sharpen_hblur
127,923758 [opencl_profiling] spent 0,0021 seconds in sharpen_vblur
127,923760 [opencl_profiling] spent 0,0025 seconds in sharpen_mix
127,923762 [opencl_profiling] spent 0,0029 seconds in colorout
127,923764 [opencl_profiling] spent 0,0279 seconds in [Read Image (from
device to host)]
127,923766 [opencl_profiling] spent 0,0616 seconds totally in command
queue (with 0 events missing)
127,923774 [dev_process_image] pixel pipeline processing took 0,133 secs
(0,154 CPU)
128,509590 [dev] took 0,000 secs (0,000 CPU) to load the image.
128,509639 [pixelpipe_process] [full] using device 0
128,511120 [dev_pixelpipe] took 0,001 secs (0,002 CPU) initing base
buffer [full]
128,531962 [dev_pixelpipe] took 0,021 secs (0,021 CPU) processed
`Raw-Schwarz-/Weißpunkt' on GPU, blended on GPU [full]
128,533830 [dev_pixelpipe] took 0,002 secs (0,002 CPU) processed
`Weißabgleich' on GPU, blended on GPU [full]
128,535577 [dev_pixelpipe] took 0,002 secs (0,001 CPU) processed
`Spitzlicht-Rekonstruktion' on GPU, blended on GPU [full]
128,551287 [dev_pixelpipe] took 0,016 secs (0,013 CPU) processed
`Entrastern' on GPU, blended on GPU [full]
128,555587 [dev_pixelpipe] took 0,004 secs (0,003 CPU) processed
`Basiskurve' on GPU, blended on GPU [full]
128,560005 [dev_pixelpipe] took 0,004 secs (0,004 CPU) processed
`Eingabefarbprofil' on GPU, blended on GPU [full]
128,568582 [dev_pixelpipe] took 0,009 secs (0,007 CPU) processed
`Schärfen' on GPU, blended on GPU [full]
128,574342 [dev_pixelpipe] took 0,006 secs (0,005 CPU) processed
`Ausgabefarbprofil' on GPU, blended on GPU [full]
128,631684 [dev_pixelpipe] took 0,057 secs (0,077 CPU) processed `Gamma'
on CPU, blended on CPU [full]
128,631717 [opencl_profiling] profiling device 0 ('AMD Radeon Pro 570
Compute Engine'):
128,631720 [opencl_profiling] spent 0,0005 seconds in [Write Image
(from host to device)]
128,631723 [opencl_profiling] spent 0,0001 seconds in rawprepare_1f
128,631725 [opencl_profiling] spent 0,0001 seconds in whitebalance_1f
128,631727 [opencl_profiling] spent 0,0001 seconds in highlights_1f_clip
128,631729 [opencl_profiling] spent 0,0004 seconds in ppg_demosaic_green
128,631731 [opencl_profiling] spent 0,0005 seconds in ppg_demosaic_redblue
128,631733 [opencl_profiling] spent 0,0002 seconds in border_interpolate
128,631736 [opencl_profiling] spent 0,0121 seconds in
interpolation_resample
128,631738 [opencl_profiling] spent 0,0020 seconds in basecurve_lut
128,631740 [opencl_profiling] spent 0,0017 seconds in colorin_unbound
128,631742 [opencl_profiling] spent 0,0019 seconds in sharpen_hblur
128,631744 [opencl_profiling] spent 0,0022 seconds in sharpen_vblur
128,631746 [opencl_profiling] spent 0,0025 seconds in sharpen_mix
128,631748 [opencl_profiling] spent 0,0031 seconds in colorout
128,631751 [opencl_profiling] spent 0,0271 seconds in [Read Image (from
device to host)]
128,631753 [opencl_profiling] spent 0,0545 seconds totally in command
queue (with 0 events missing)
128,631762 [dev_process_image] pixel pipeline processing took 0,122 secs
(0,134 CPU)
129,226170 [dev] took 0,000 secs (0,000 CPU) to load the image.
129,226219 [pixelpipe_process] [full] using device 0
129,227685 [dev_pixelpipe] took 0,001 secs (0,002 CPU) initing base
buffer [full]
129,248471 [dev_pixelpipe] took 0,021 secs (0,020 CPU) processed
`Raw-Schwarz-/Weißpunkt' on GPU, blended on GPU [full]
129,250278 [dev_pixelpipe] took 0,002 secs (0,001 CPU) processed
`Weißabgleich' on GPU, blended on GPU [full]
129,252036 [dev_pixelpipe] took 0,002 secs (0,001 CPU) processed
`Spitzlicht-Rekonstruktion' on GPU, blended on GPU [full]
129,267685 [dev_pixelpipe] took 0,016 secs (0,013 CPU) processed
`Entrastern' on GPU, blended on GPU [full]
129,272021 [dev_pixelpipe] took 0,004 secs (0,003 CPU) processed
`Basiskurve' on GPU, blended on GPU [full]
129,276382 [dev_pixelpipe] took 0,004 secs (0,004 CPU) processed
`Eingabefarbprofil' on GPU, blended on GPU [full]
129,284874 [dev_pixelpipe] took 0,008 secs (0,007 CPU) processed
`Schärfen' on GPU, blended on GPU [full]
129,291129 [dev_pixelpipe] took 0,006 secs (0,005 CPU) processed
`Ausgabefarbprofil' on GPU, blended on GPU [full]
129,347690 [dev_pixelpipe] took 0,057 secs (0,078 CPU) processed `Gamma'
on CPU, blended on CPU [full]
129,347727 [opencl_profiling] profiling device 0 ('AMD Radeon Pro 570
Compute Engine'):
129,347731 [opencl_profiling] spent 0,0006 seconds in [Write Image
(from host to device)]
129,347733 [opencl_profiling] spent 0,0001 seconds in rawprepare_1f
129,347736 [opencl_profiling] spent 0,0001 seconds in whitebalance_1f
129,347738 [opencl_profiling] spent 0,0001 seconds in highlights_1f_clip
129,347740 [opencl_profiling] spent 0,0004 seconds in ppg_demosaic_green
129,347742 [opencl_profiling] spent 0,0005 seconds in ppg_demosaic_redblue
129,347744 [opencl_profiling] spent 0,0002 seconds in border_interpolate
129,347746 [opencl_profiling] spent 0,0120 seconds in
interpolation_resample
129,347748 [opencl_profiling] spent 0,0021 seconds in basecurve_lut
129,347750 [opencl_profiling] spent 0,0017 seconds in colorin_unbound
129,347753 [opencl_profiling] spent 0,0018 seconds in sharpen_hblur
129,347755 [opencl_profiling] spent 0,0021 seconds in sharpen_vblur
129,347757 [opencl_profiling] spent 0,0025 seconds in sharpen_mix
129,347759 [opencl_profiling] spent 0,0033 seconds in colorout
129,347761 [opencl_profiling] spent 0,0270 seconds in [Read Image (from
device to host)]
129,347763 [opencl_profiling] spent 0,0545 seconds totally in command
queue (with 0 events missing)
129,347772 [dev_process_image] pixel pipeline processing took 0,122 secs
(0,136 CPU)
129,941528 [dev] took 0,000 secs (0,000 CPU) to load the image.
129,941574 [pixelpipe_process] [full] using device 0
129,943057 [dev_pixelpipe] took 0,001 secs (0,002 CPU) initing base
buffer [full]
129,964270 [dev_pixelpipe] took 0,021 secs (0,021 CPU) processed
`Raw-Schwarz-/Weißpunkt' on GPU, blended on GPU [full]
129,966076 [dev_pixelpipe] took 0,002 secs (0,001 CPU) processed
`Weißabgleich' on GPU, blended on GPU [full]
129,967818 [dev_pixelpipe] took 0,002 secs (0,001 CPU) processed
`Spitzlicht-Rekonstruktion' on GPU, blended on GPU [full]
129,983476 [dev_pixelpipe] took 0,016 secs (0,013 CPU) processed
`Entrastern' on GPU, blended on GPU [full]
129,987911 [dev_pixelpipe] took 0,004 secs (0,004 CPU) processed
`Basiskurve' on GPU, blended on GPU [full]
129,992353 [dev_pixelpipe] took 0,004 secs (0,004 CPU) processed
`Eingabefarbprofil' on GPU, blended on GPU [full]
130,000897 [dev_pixelpipe] took 0,009 secs (0,007 CPU) processed
`Schärfen' on GPU, blended on GPU [full]
130,006985 [dev_pixelpipe] took 0,006 secs (0,005 CPU) processed
`Ausgabefarbprofil' on GPU, blended on GPU [full]
130,063645 [dev_pixelpipe] took 0,057 secs (0,077 CPU) processed `Gamma'
on CPU, blended on CPU [full]
130,063679 [opencl_profiling] profiling device 0 ('AMD Radeon Pro 570
Compute Engine'):
130,063683 [opencl_profiling] spent 0,0006 seconds in [Write Image
(from host to device)]
130,063685 [opencl_profiling] spent 0,0001 seconds in rawprepare_1f
130,063687 [opencl_profiling] spent 0,0001 seconds in whitebalance_1f
130,063689 [opencl_profiling] spent 0,0001 seconds in highlights_1f_clip
130,063691 [opencl_profiling] spent 0,0004 seconds in ppg_demosaic_green
130,063693 [opencl_profiling] spent 0,0005 seconds in ppg_demosaic_redblue
130,063696 [opencl_profiling] spent 0,0002 seconds in border_interpolate
130,063698 [opencl_profiling] spent 0,0120 seconds in
interpolation_resample
130,063700 [opencl_profiling] spent 0,0022 seconds in basecurve_lut
130,063702 [opencl_profiling] spent 0,0017 seconds in colorin_unbound
130,063704 [opencl_profiling] spent 0,0019 seconds in sharpen_hblur
130,063706 [opencl_profiling] spent 0,0022 seconds in sharpen_vblur
130,063708 [opencl_profiling] spent 0,0025 seconds in sharpen_mix
130,063710 [opencl_profiling] spent 0,0034 seconds in colorout
130,063712 [opencl_profiling] spent 0,0273 seconds in [Read Image (from
device to host)]
130,063714 [opencl_profiling] spent 0,0551 seconds totally in command
queue (with 0 events missing)
130,063724 [dev_process_image] pixel pipeline processing took 0,122 secs
(0,135 CPU)
130,658516 [dev] took 0,000 secs (0,000 CPU) to load the image.
130,658562 [pixelpipe_process] [full] using device 0
130,660026 [dev_pixelpipe] took 0,001 secs (0,002 CPU) initing base
buffer [full]
130,680802 [dev_pixelpipe] took 0,021 secs (0,020 CPU) processed
`Raw-Schwarz-/Weißpunkt' on GPU, blended on GPU [full]
130,682650 [dev_pixelpipe] took 0,002 secs (0,002 CPU) processed
`Weißabgleich' on GPU, blended on GPU [full]
130,684399 [dev_pixelpipe] took 0,002 secs (0,001 CPU) processed
`Spitzlicht-Rekonstruktion' on GPU, blended on GPU [full]
130,700017 [dev_pixelpipe] took 0,016 secs (0,013 CPU) processed
`Entrastern' on GPU, blended on GPU [full]
130,704482 [dev_pixelpipe] took 0,004 secs (0,004 CPU) processed
`Basiskurve' on GPU, blended on GPU [full]
130,708880 [dev_pixelpipe] took 0,004 secs (0,004 CPU) processed
`Eingabefarbprofil' on GPU, blended on GPU [full]
130,717590 [dev_pixelpipe] took 0,009 secs (0,007 CPU) processed
`Schärfen' on GPU, blended on GPU [full]
130,724571 [dev_pixelpipe] took 0,007 secs (0,006 CPU) processed
`Ausgabefarbprofil' on GPU, blended on GPU [full]
130,781679 [dev_pixelpipe] took 0,057 secs (0,078 CPU) processed `Gamma'
on CPU, blended on CPU [full]
130,781716 [opencl_profiling] profiling device 0 ('AMD Radeon Pro 570
Compute Engine'):
130,781720 [opencl_profiling] spent 0,0005 seconds in [Write Image
(from host to device)]
130,781723 [opencl_profiling] spent 0,0001 seconds in rawprepare_1f
130,781740 [opencl_profiling] spent 0,0002 seconds in whitebalance_1f
130,781742 [opencl_profiling] spent 0,0002 seconds in highlights_1f_clip
130,781744 [opencl_profiling] spent 0,0004 seconds in ppg_demosaic_green
130,781746 [opencl_profiling] spent 0,0005 seconds in ppg_demosaic_redblue
130,781749 [opencl_profiling] spent 0,0002 seconds in border_interpolate
130,781764 [opencl_profiling] spent 0,0120 seconds in
interpolation_resample
130,781766 [opencl_profiling] spent 0,0022 seconds in basecurve_lut
130,781768 [opencl_profiling] spent 0,0017 seconds in colorin_unbound
130,781770 [opencl_profiling] spent 0,0019 seconds in sharpen_hblur
130,781772 [opencl_profiling] spent 0,0022 seconds in sharpen_vblur
130,781774 [opencl_profiling] spent 0,0025 seconds in sharpen_mix
130,781777 [opencl_profiling] spent 0,0036 seconds in colorout
130,781779 [opencl_profiling] spent 0,0270 seconds in [Read Image (from
device to host)]
130,781781 [opencl_profiling] spent 0,0550 seconds totally in command
queue (with 0 events missing)
130,781789 [dev_process_image] pixel pipeline processing took 0,123 secs
(0,137 CPU)
131,375694 [dev] took 0,000 secs (0,000 CPU) to load the image.
131,375741 [pixelpipe_process] [full] using device 0
131,377199 [dev_pixelpipe] took 0,001 secs (0,002 CPU) initing base
buffer [full]
131,398365 [dev_pixelpipe] took 0,021 secs (0,021 CPU) processed
`Raw-Schwarz-/Weißpunkt' on GPU, blended on GPU [full]
131,400165 [dev_pixelpipe] took 0,002 secs (0,002 CPU) processed
`Weißabgleich' on GPU, blended on GPU [full]
131,401898 [dev_pixelpipe] took 0,002 secs (0,001 CPU) processed
`Spitzlicht-Rekonstruktion' on GPU, blended on GPU [full]
131,417565 [dev_pixelpipe] took 0,016 secs (0,013 CPU) processed
`Entrastern' on GPU, blended on GPU [full]
131,422098 [dev_pixelpipe] took 0,005 secs (0,004 CPU) processed
`Basiskurve' on GPU, blended on GPU [full]
131,426449 [dev_pixelpipe] took 0,004 secs (0,004 CPU) processed
`Eingabefarbprofil' on GPU, blended on GPU [full]
131,434952 [dev_pixelpipe] took 0,008 secs (0,007 CPU) processed
`Schärfen' on GPU, blended on GPU [full]
131,441172 [dev_pixelpipe] took 0,006 secs (0,005 CPU) processed
`Ausgabefarbprofil' on GPU, blended on GPU [full]
131,497969 [dev_pixelpipe] took 0,057 secs (0,077 CPU) processed `Gamma'
on CPU, blended on CPU [full]
131,498004 [opencl_profiling] profiling device 0 ('AMD Radeon Pro 570
Compute Engine'):
131,498007 [opencl_profiling] spent 0,0005 seconds in [Write Image
(from host to device)]
131,498010 [opencl_profiling] spent 0,0001 seconds in rawprepare_1f
131,498012 [opencl_profiling] spent 0,0001 seconds in whitebalance_1f
131,498014 [opencl_profiling] spent 0,0001 seconds in highlights_1f_clip
131,498016 [opencl_profiling] spent 0,0004 seconds in ppg_demosaic_green
131,498018 [opencl_profiling] spent 0,0005 seconds in ppg_demosaic_redblue
131,498020 [opencl_profiling] spent 0,0002 seconds in border_interpolate
131,498024 [opencl_profiling] spent 0,0121 seconds in
interpolation_resample
131,498026 [opencl_profiling] spent 0,0022 seconds in basecurve_lut
131,498028 [opencl_profiling] spent 0,0017 seconds in colorin_unbound
131,498030 [opencl_profiling] spent 0,0019 seconds in sharpen_hblur
131,498032 [opencl_profiling] spent 0,0021 seconds in sharpen_vblur
131,498034 [opencl_profiling] spent 0,0025 seconds in sharpen_mix
131,498036 [opencl_profiling] spent 0,0035 seconds in colorout
131,498038 [opencl_profiling] spent 0,0272 seconds in [Read Image (from
device to host)]
131,498040 [opencl_profiling] spent 0,0552 seconds totally in command
queue (with 0 events missing)
131,498050 [dev_process_image] pixel pipeline processing took 0,122 secs
(0,136 CPU)
132,094844 [dev] took 0,000 secs (0,000 CPU) to load the image.
132,094893 [pixelpipe_process] [full] using device 0
132,096355 [dev_pixelpipe] took 0,001 secs (0,002 CPU) initing base
buffer [full]
132,117051 [dev_pixelpipe] took 0,021 secs (0,020 CPU) processed
`Raw-Schwarz-/Weißpunkt' on GPU, blended on GPU [full]
132,118852 [dev_pixelpipe] took 0,002 secs (0,002 CPU) processed
`Weißabgleich' on GPU, blended on GPU [full]
132,120647 [dev_pixelpipe] took 0,002 secs (0,001 CPU) processed
`Spitzlicht-Rekonstruktion' on GPU, blended on GPU [full]
132,136227 [dev_pixelpipe] took 0,016 secs (0,013 CPU) processed
`Entrastern' on GPU, blended on GPU [full]
132,140768 [dev_pixelpipe] took 0,005 secs (0,004 CPU) processed
`Basiskurve' on GPU, blended on GPU [full]
132,145159 [dev_pixelpipe] took 0,004 secs (0,004 CPU) processed
`Eingabefarbprofil' on GPU, blended on GPU [full]
132,153703 [dev_pixelpipe] took 0,009 secs (0,007 CPU) processed
`Schärfen' on GPU, blended on GPU [full]
132,159811 [dev_pixelpipe] took 0,006 secs (0,005 CPU) processed
`Ausgabefarbprofil' on GPU, blended on GPU [full]
132,216034 [dev_pixelpipe] took 0,056 secs (0,077 CPU) processed `Gamma'
on CPU, blended on CPU [full]
132,216070 [opencl_profiling] profiling device 0 ('AMD Radeon Pro 570
Compute Engine'):
132,216074 [opencl_profiling] spent 0,0004 seconds in [Write Image
(from host to device)]
132,216077 [opencl_profiling] spent 0,0001 seconds in rawprepare_1f
132,216094 [opencl_profiling] spent 0,0001 seconds in whitebalance_1f
132,216096 [opencl_profiling] spent 0,0002 seconds in highlights_1f_clip
132,216098 [opencl_profiling] spent 0,0004 seconds in ppg_demosaic_green
132,216100 [opencl_profiling] spent 0,0005 seconds in ppg_demosaic_redblue
132,216103 [opencl_profiling] spent 0,0002 seconds in border_interpolate
132,216118 [opencl_profiling] spent 0,0119 seconds in
interpolation_resample
132,216120 [opencl_profiling] spent 0,0022 seconds in basecurve_lut
132,216122 [opencl_profiling] spent 0,0017 seconds in colorin_unbound
132,216124 [opencl_profiling] spent 0,0019 seconds in sharpen_hblur
132,216126 [opencl_profiling] spent 0,0022 seconds in sharpen_vblur
132,216128 [opencl_profiling] spent 0,0025 seconds in sharpen_mix
132,216131 [opencl_profiling] spent 0,0035 seconds in colorout
132,216133 [opencl_profiling] spent 0,0269 seconds in [Read Image (from
device to host)]
132,216135 [opencl_profiling] spent 0,0547 seconds totally in command
queue (with 0 events missing)
132,216144 [dev_process_image] pixel pipeline processing took 0,121 secs
(0,135 CPU)
132,808879 [dev] took 0,000 secs (0,000 CPU) to load the image.
132,808926 [pixelpipe_process] [full] using device 0
132,810396 [dev_pixelpipe] took 0,001 secs (0,002 CPU) initing base
buffer [full]
132,831915 [dev_pixelpipe] took 0,021 secs (0,021 CPU) processed
`Raw-Schwarz-/Weißpunkt' on GPU, blended on GPU [full]
132,833753 [dev_pixelpipe] took 0,002 secs (0,001 CPU) processed
`Weißabgleich' on GPU, blended on GPU [full]
132,835520 [dev_pixelpipe] took 0,002 secs (0,001 CPU) processed
`Spitzlicht-Rekonstruktion' on GPU, blended on GPU [full]
132,851144 [dev_pixelpipe] took 0,016 secs (0,013 CPU) processed
`Entrastern' on GPU, blended on GPU [full]
132,855701 [dev_pixelpipe] took 0,005 secs (0,004 CPU) processed
`Basiskurve' on GPU, blended on GPU [full]
132,860046 [dev_pixelpipe] took 0,004 secs (0,004 CPU) processed
`Eingabefarbprofil' on GPU, blended on GPU [full]
132,868610 [dev_pixelpipe] took 0,009 secs (0,007 CPU) processed
`Schärfen' on GPU, blended on GPU [full]
132,874778 [dev_pixelpipe] took 0,006 secs (0,005 CPU) processed
`Ausgabefarbprofil' on GPU, blended on GPU [full]
132,931344 [dev_pixelpipe] took 0,057 secs (0,077 CPU) processed `Gamma'
on CPU, blended on CPU [full]
132,931379 [opencl_profiling] profiling device 0 ('AMD Radeon Pro 570
Compute Engine'):
132,931383 [opencl_profiling] spent 0,0006 seconds in [Write Image
(from host to device)]
132,931386 [opencl_profiling] spent 0,0001 seconds in rawprepare_1f
132,931388 [opencl_profiling] spent 0,0002 seconds in whitebalance_1f
132,931390 [opencl_profiling] spent 0,0002 seconds in highlights_1f_clip
132,931392 [opencl_profiling] spent 0,0004 seconds in ppg_demosaic_green
132,931394 [opencl_profiling] spent 0,0005 seconds in ppg_demosaic_redblue
132,931396 [opencl_profiling] spent 0,0002 seconds in border_interpolate
132,931398 [opencl_profiling] spent 0,0120 seconds in
interpolation_resample
132,931401 [opencl_profiling] spent 0,0022 seconds in basecurve_lut
132,931403 [opencl_profiling] spent 0,0017 seconds in colorin_unbound
132,931405 [opencl_profiling] spent 0,0019 seconds in sharpen_hblur
132,931407 [opencl_profiling] spent 0,0022 seconds in sharpen_vblur
132,931409 [opencl_profiling] spent 0,0025 seconds in sharpen_mix
132,931411 [opencl_profiling] spent 0,0034 seconds in colorout
132,931413 [opencl_profiling] spent 0,0272 seconds in [Read Image (from
device to host)]
132,931415 [opencl_profiling] spent 0,0551 seconds totally in command
queue (with 0 events missing)
132,931424 [dev_process_image] pixel pipeline processing took 0,123 secs
(0,136 CPU)
133,528809 [dev] took 0,000 secs (0,000 CPU) to load the image.
133,528861 [pixelpipe_process] [full] using device 0
133,528897 [dev_process_image] pixel pipeline processing took 0,000 secs
(0,000 CPU)
134,223795 [dev] took 0,000 secs (0,000 CPU) to load the image.
134,223846 [pixelpipe_process] [full] using device 0
134,223882 [dev_process_image] pixel pipeline processing took 0,000 secs
(0,000 CPU)
135,608686 [dev] took 0,000 secs (0,000 CPU) to load the image.
135,608732 [pixelpipe_process] [full] using device 0
135,610182 [dev_pixelpipe] took 0,001 secs (0,002 CPU) initing base
buffer [full]
135,634127 [dev_pixelpipe] took 0,024 secs (0,023 CPU) processed
`Raw-Schwarz-/Weißpunkt' on GPU, blended on GPU [full]
135,636509 [dev_pixelpipe] took 0,002 secs (0,002 CPU) processed
`Weißabgleich' on GPU, blended on GPU [full]
135,638810 [dev_pixelpipe] took 0,002 secs (0,002 CPU) processed
`Spitzlicht-Rekonstruktion' on GPU, blended on GPU [full]
135,657631 [dev_pixelpipe] took 0,019 secs (0,015 CPU) processed
`Entrastern' on GPU, blended on GPU [full]
135,662132 [dev_pixelpipe] took 0,004 secs (0,004 CPU) processed
`Basiskurve' on GPU, blended on GPU [full]
135,666542 [dev_pixelpipe] took 0,004 secs (0,004 CPU) processed
`Eingabefarbprofil' on GPU, blended on GPU [full]
135,675185 [dev_pixelpipe] took 0,009 secs (0,007 CPU) processed
`Schärfen' on GPU, blended on GPU [full]
135,681201 [dev_pixelpipe] took 0,006 secs (0,005 CPU) processed
`Ausgabefarbprofil' on GPU, blended on GPU [full]
135,739455 [dev_pixelpipe] took 0,058 secs (0,090 CPU) processed `Gamma'
on CPU, blended on CPU [full]
135,739484 [opencl_profiling] profiling device 0 ('AMD Radeon Pro 570
Compute Engine'):
135,739488 [opencl_profiling] spent 0,0004 seconds in [Write Image
(from host to device)]
135,739490 [opencl_profiling] spent 0,0006 seconds in rawprepare_1f
135,739493 [opencl_profiling] spent 0,0007 seconds in whitebalance_1f
135,739495 [opencl_profiling] spent 0,0007 seconds in highlights_1f_clip
135,739497 [opencl_profiling] spent 0,0017 seconds in ppg_demosaic_green
135,739499 [opencl_profiling] spent 0,0027 seconds in ppg_demosaic_redblue
135,739501 [opencl_profiling] spent 0,0001 seconds in border_interpolate
135,739503 [opencl_profiling] spent 0,0116 seconds in
interpolation_resample
135,739505 [opencl_profiling] spent 0,0023 seconds in basecurve_lut
135,739508 [opencl_profiling] spent 0,0017 seconds in colorin_unbound
135,739510 [opencl_profiling] spent 0,0019 seconds in sharpen_hblur
135,739512 [opencl_profiling] spent 0,0022 seconds in sharpen_vblur
135,739514 [opencl_profiling] spent 0,0025 seconds in sharpen_mix
135,739516 [opencl_profiling] spent 0,0034 seconds in colorout
135,739518 [opencl_profiling] spent 0,0274 seconds in [Read Image (from
device to host)]
135,739520 [opencl_profiling] spent 0,0598 seconds totally in command
queue (with 0 events missing)
135,739528 [dev_process_image] pixel pipeline processing took 0,131 secs
(0,154 CPU)
136,327645 [dev] took 0,000 secs (0,000 CPU) to load the image.
136,327691 [pixelpipe_process] [full] using device 0
136,329151 [dev_pixelpipe] took 0,001 secs (0,002 CPU) initing base
buffer [full]
136,350048 [dev_pixelpipe] took 0,021 secs (0,021 CPU) processed
`Raw-Schwarz-/Weißpunkt' on GPU, blended on GPU [full]
136,351895 [dev_pixelpipe] took 0,002 secs (0,002 CPU) processed
`Weißabgleich' on GPU, blended on GPU [full]
136,353639 [dev_pixelpipe] took 0,002 secs (0,001 CPU) processed
`Spitzlicht-Rekonstruktion' on GPU, blended on GPU [full]
136,369080 [dev_pixelpipe] took 0,015 secs (0,013 CPU) processed
`Entrastern' on GPU, blended on GPU [full]
136,373589 [dev_pixelpipe] took 0,004 secs (0,004 CPU) processed
`Basiskurve' on GPU, blended on GPU [full]
136,378124 [dev_pixelpipe] took 0,005 secs (0,004 CPU) processed
`Eingabefarbprofil' on GPU, blended on GPU [full]
136,386651 [dev_pixelpipe] took 0,009 secs (0,007 CPU) processed
`Schärfen' on GPU, blended on GPU [full]
136,392993 [dev_pixelpipe] took 0,006 secs (0,005 CPU) processed
`Ausgabefarbprofil' on GPU, blended on GPU [full]
136,449257 [dev_pixelpipe] took 0,056 secs (0,075 CPU) processed `Gamma'
on CPU, blended on CPU [full]
136,449293 [opencl_profiling] profiling device 0 ('AMD Radeon Pro 570
Compute Engine'):
136,449297 [opencl_profiling] spent 0,0004 seconds in [Write Image
(from host to device)]
136,449299 [opencl_profiling] spent 0,0001 seconds in rawprepare_1f
136,449302 [opencl_profiling] spent 0,0002 seconds in whitebalance_1f
136,449304 [opencl_profiling] spent 0,0002 seconds in highlights_1f_clip
136,449306 [opencl_profiling] spent 0,0004 seconds in ppg_demosaic_green
136,449308 [opencl_profiling] spent 0,0005 seconds in ppg_demosaic_redblue
136,449310 [opencl_profiling] spent 0,0002 seconds in border_interpolate
136,449312 [opencl_profiling] spent 0,0118 seconds in
interpolation_resample
136,449314 [opencl_profiling] spent 0,0023 seconds in basecurve_lut
136,449316 [opencl_profiling] spent 0,0019 seconds in colorin_unbound
136,449319 [opencl_profiling] spent 0,0019 seconds in sharpen_hblur
136,449321 [opencl_profiling] spent 0,0021 seconds in sharpen_vblur
136,449323 [opencl_profiling] spent 0,0025 seconds in sharpen_mix
136,449325 [opencl_profiling] spent 0,0037 seconds in colorout
136,449327 [opencl_profiling] spent 0,0268 seconds in [Read Image (from
device to host)]
136,449329 [opencl_profiling] spent 0,0548 seconds totally in command
queue (with 0 events missing)
136,449339 [dev_process_image] pixel pipeline processing took 0,122 secs
(0,134 CPU)
137,043042 [dev] took 0,000 secs (0,000 CPU) to load the image.
137,043089 [pixelpipe_process] [full] using device 0
137,044514 [dev_pixelpipe] took 0,001 secs (0,002 CPU) initing base
buffer [full]
137,065196 [dev_pixelpipe] took 0,021 secs (0,020 CPU) processed
`Raw-Schwarz-/Weißpunkt' on GPU, blended on GPU [full]
137,067004 [dev_pixelpipe] took 0,002 secs (0,001 CPU) processed
`Weißabgleich' on GPU, blended on GPU [full]
137,068794 [dev_pixelpipe] took 0,002 secs (0,001 CPU) processed
`Spitzlicht-Rekonstruktion' on GPU, blended on GPU [full]
137,084585 [dev_pixelpipe] took 0,016 secs (0,013 CPU) processed
`Entrastern' on GPU, blended on GPU [full]
137,089089 [dev_pixelpipe] took 0,004 secs (0,004 CPU) processed
`Basiskurve' on GPU, blended on GPU [full]
137,093465 [dev_pixelpipe] took 0,004 secs (0,004 CPU) processed
`Eingabefarbprofil' on GPU, blended on GPU [full]
137,102048 [dev_pixelpipe] took 0,009 secs (0,007 CPU) processed
`Schärfen' on GPU, blended on GPU [full]
137,108161 [dev_pixelpipe] took 0,006 secs (0,005 CPU) processed
`Ausgabefarbprofil' on GPU, blended on GPU [full]
137,164229 [dev_pixelpipe] took 0,056 secs (0,075 CPU) processed `Gamma'
on CPU, blended on CPU [full]
137,164266 [opencl_profiling] profiling device 0 ('AMD Radeon Pro 570
Compute Engine'):
137,164270 [opencl_profiling] spent 0,0005 seconds in [Write Image
(from host to device)]
137,164273 [opencl_profiling] spent 0,0001 seconds in rawprepare_1f
137,164275 [opencl_profiling] spent 0,0001 seconds in whitebalance_1f
137,164277 [opencl_profiling] spent 0,0002 seconds in highlights_1f_clip
137,164279 [opencl_profiling] spent 0,0004 seconds in ppg_demosaic_green
137,164281 [opencl_profiling] spent 0,0005 seconds in ppg_demosaic_redblue
137,164283 [opencl_profiling] spent 0,0002 seconds in border_interpolate
137,164285 [opencl_profiling] spent 0,0121 seconds in
interpolation_resample
137,164288 [opencl_profiling] spent 0,0023 seconds in basecurve_lut
137,164290 [opencl_profiling] spent 0,0017 seconds in colorin_unbound
137,164292 [opencl_profiling] spent 0,0019 seconds in sharpen_hblur
137,164294 [opencl_profiling] spent 0,0022 seconds in sharpen_vblur
137,164296 [opencl_profiling] spent 0,0025 seconds in sharpen_mix
137,164298 [opencl_profiling] spent 0,0035 seconds in colorout
137,164300 [opencl_profiling] spent 0,0265 seconds in [Read Image (from
device to host)]
137,164303 [opencl_profiling] spent 0,0547 seconds totally in command
queue (with 0 events missing)
137,164311 [dev_process_image] pixel pipeline processing took 0,121 secs
(0,133 CPU)
Volker
____________________________________________________________________________
darktable user mailing list
to unsubscribe send a mail to [email protected]