Skip to content

Commit

Permalink
Update profile.md
Browse files Browse the repository at this point in the history
Too much future.
  • Loading branch information
zeux committed Nov 5, 2021
1 parent 49b0c59 commit c0b95b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/_pages/profile.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,4 @@ This profiler doesn't track leaf C functions and instead attributes the time spe
slow, consider not just the work it does immediately but also the library functions it calls.

This profiler tracks time consumed by Luau thread stacks; when a thread calls another thread via `coroutine.resume`, the time spent is not attributed to the parent thread that's
waiting for resume results. This limitation will be removed in the future in the future.
waiting for resume results. This limitation will be removed in the future.

0 comments on commit c0b95b8

Please sign in to comment.