data transferred in calling a user defined function
问题 I need to analyze a big source code.Code contains several function calls. Depending upon the computation and communication between function calls, i will need to figure out the best configuration scheme for the overall execution of the source code. According to me , Data communicated in calling a function(if it is on different machine,server etc)=Input Data Size+Output Data Size for getting the input data size and output data size ,i think i should rewrite all functions to have variable