If I execute the following, 

@sync begin
  @spawnat remote_process_id_1 f()
  @spawnat remote_process_id_2 f()
end

How do I measure how much time each individual process takes?

@elapsed is only for an aggregated value.

Reply via email to