Skip to content

Commit

Permalink
Update docs/fsharp-cheatsheet.md
Browse files Browse the repository at this point in the history
Co-authored-by: Ruben Bartelink <ruben@bartelink.com>
  • Loading branch information
SpiralOSS and bartelink authored Jul 9, 2024
1 parent 2096f1d commit 9473471
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/fsharp-cheatsheet.md
Original file line number Diff line number Diff line change
Expand Up @@ -1019,7 +1019,7 @@ See [Namespaces (MS Learn)](https://learn.microsoft.com/en-us/dotnet/fsharp/lang

### time

Available in the FSI, is `#time` for a quick view into real time, CPU time, and garbage collection information.
The `dotnet fsi` directive, `#time` switches on basic metrics covering real time, CPU time, and garbage collection information.

#time
System.Threading.Thread.Sleep (System.TimeSpan.FromSeconds 1)
Expand Down

0 comments on commit 9473471

Please sign in to comment.