Skip to content

Commit 8e49566

Browse files
Add new functions to docs
1 parent 13a8011 commit 8e49566

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

doc/src/base/multi-threading.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,3 +71,11 @@ These building blocks are used to create the regular synchronization objects.
7171
```@docs
7272
Base.Threads.SpinLock
7373
```
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

Comments
 (0)