JuliaParallel / Dagger.jl

A framework for out-of-core and parallel execution
Other
638 stars 67 forks source link

TimespanLogging: Remove worker Id Nesting #387

Closed Madhupatel08 closed 6 months ago

Madhupatel08 commented 1 year ago

Removed the extra level of nesting by worker ID (#379) Output when only_local is true: logs are fetched only from the current process. Logs can be directly fetched from consumer_logs since there is only one worker.
image

Output when only only_local is false: logs are fetched from all the workers image