We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13a8011 commit 8e49566Copy full SHA for 8e49566
doc/src/base/multi-threading.md
@@ -71,3 +71,11 @@ These building blocks are used to create the regular synchronization objects.
71
```@docs
72
Base.Threads.SpinLock
73
```
74
+
75
+## Task metrics (Experimental)
76
77
+```@docs
78
+Base.Experimental.task_metrics
79
+Base.Experimental.task_cpu_time_ns
80
+Base.Experimental.task_wall_time_ns
81
+```
0 commit comments