Skip to content

Commit

Permalink
note that windows isn't supported
Browse files Browse the repository at this point in the history
  • Loading branch information
IanButterworth committed Dec 6, 2021
1 parent 7ff38ea commit de15e16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,8 @@ Standard library changes
each sample. `Profile.fetch()` by default strips out the new metadata to ensure backwards compatibility with external
profiling data consumers, but can be included with the `include_meta` kwarg. ([#41742])
* A fixed duration profile report can now be triggered by the user during running tasks, without `Profile` being loaded
first. On MacOS & FreeBSD press `ctrl-t` or raise a `SIGINFO`, for other platforms raise a `SIGUSR1`
i.e. `% kill -USR1 $julia_pid`. ([#43179])
first. On MacOS & FreeBSD press `ctrl-t` or raise a `SIGINFO`, on linux raise a `SIGUSR1`
i.e. `% kill -USR1 $julia_pid`. Not available on windows. ([#43179])

#### Random

Expand Down

0 comments on commit de15e16

Please sign in to comment.