Skip to content

Commit f316825

Browse files
committed
Clarify the mean and standard deviation
1 parent c906728 commit f316825

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2021-05-09-dota2-msl-compilation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ The point of this short run is to get a bulk of shaders loaded (about 600 graphi
2626

2727
Times were collected using [profiling](https://github.com/aclysma/profiling) instrumentation, which is integrated into gfx-backend-metal. We added this as a temporary dependency to gfx-portability with "profile-with-tracy" feature enabled in order to capture the times in [Tracy](https://github.com/wolfpld/tracy).
2828

29-
In tracy profiles, we'd find the relevant chunks and click on the "Statistics" for them. We are interested in the mean time and the standard deviation.
29+
In tracy profiles, we'd find the relevant chunks and click on the "Statistics" for them. We are interested in the mean (μ) time and the standard deviation (σ).
3030

3131
## Results
3232

0 commit comments

Comments
 (0)