Hey Stefano, this is definitely possible and also not hard to count. See the RecordWriter class, which emits all records to the network runtime. The problem at the moment is that we don't have a central service or the like, which would be able to aggregate these kinds of runtime information and then (for example) have them displayed on the web interface.
This is on the agenda and in my opinion is very important. If this is important for you, I could add debug log messages or so, which you would then have to parse on your own. Would that be feasible as a short term solution? On Thu, Nov 13, 2014 at 3:15 PM, Stefano Bortoli <[email protected]> wrote: > Hi all, > > working with the dashboard I found extremely nice to have a monitor of the > tasks processing. I wonder whether it is feasible, or could be interesting, > to have a counter associated with the processing of each of the functions. > I would not mind to have a little overhead in the overall process if I > could understand where I am and be able to estimate the process duration. > :-) > > what do you think? > > saluti, > Stefano >
