User`s guide
6 Programming Overview
6-44
The function summary report displays the data for each function executed on a worker in
sortable columns with the following headers:
Column Header Description
Calls How many times the function was called on this worker
Total Time The total amount of time this worker spent executing this
function
Self Time The time this worker spent inside this function, not within
children or local functions
Total Comm Time The total time this worker spent transferring data with other
workers, including waiting time to receive data
Self Comm Waiting
Time
The time this worker spent during this function waiting to receive
data from other workers
Total Interlab Data The amount of data transferred to and from this worker for this
function
Computation Time
Ratio
The ratio of time spent in computation for this function vs. total
time (which includes communication time) for this function