Skip to content

Commit

Permalink
Add new functions to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
nickrobinson251 committed Oct 31, 2024
1 parent 13a8011 commit 8e49566
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions doc/src/base/multi-threading.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,3 +71,11 @@ These building blocks are used to create the regular synchronization objects.
```@docs
Base.Threads.SpinLock
```

## Task metrics (Experimental)

```@docs
Base.Experimental.task_metrics
Base.Experimental.task_cpu_time_ns
Base.Experimental.task_wall_time_ns
```

0 comments on commit 8e49566

Please sign in to comment.