datafrog icon indicating copy to clipboard operation
datafrog copied to clipboard

Add simple profiling statistics

Open lqd opened this issue 7 years ago • 0 comments

It could be interesting to have simple statistics, for example behind a feature flag, of the number of tuples and the time it took to merge and create them, for Relations and/of Variables.

There are commented out Drop impls in the code, e.g here as an example of the way to add the final tuple counts statistic.

Similarly, a Duration could be added to the merged relations, updating it in the operator functions, to display the time it took to create those tuples, as described a bit more here by Frank.

lqd avatar May 29 '18 11:05 lqd