Merge pull request #15238 from andrey-golubev:fluid_fix_journal
authorAndrey Golubev <andrey.golubev@intel.com>
Wed, 14 Aug 2019 07:03:52 +0000 (10:03 +0300)
committerAlexander Alekhin <alexander.a.alekhin@gmail.com>
Wed, 14 Aug 2019 07:03:52 +0000 (10:03 +0300)
commitf6bb9002592a4ab217fbd9c585f018acb8449219
treeec9ab3db993e3df8cc8599da5b9ebf1a5a0c972d
parentf7f2438478991240adc464de3f43b43ec3be56de
Merge pull request #15238 from andrey-golubev:fluid_fix_journal

G-API: Fix Journal usage in Fluid backend (#15238)

* Fix Journal usage in Fluid backend

* Delete dumpDotRequired(): invalid check

* Update mem consumption test

* Test that new test works

* Debug memory consumption function

* Increase iterations in test

* Re-write memory consumption measurement part

* Restore correct fix for Fluid journals
modules/gapi/src/backends/fluid/gfluidbackend.cpp
modules/gapi/src/compiler/gmodel.cpp
modules/gapi/src/compiler/gmodel.hpp
modules/gapi/test/gapi_fluid_test.cpp