JuliaLang/julia

Add metrics for number of tasks

Open

#48,213 opened on Jan 10, 2023

View on GitHub
 (2 comments) (4 reactions) (0 assignees)Julia (5,773 forks)batch import
help wantedmultithreading

Repository metrics

Stars
 (48,709 stars)
PR merge metrics
 (Avg merge 20d 6h) (157 merged PRs in 30d)

Description

The Julia memory metrics are great! Something similar for the number for tasks would be awesome. I’m thinking:

  • current number of active (runnable?) tasks
  • total number of tasks ever spawned

Idea courtesy of @NHDaly.

Contributor guide