You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _posts/2021-05-09-dota2-msl-compilation.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ The point of this short run is to get a bulk of shaders loaded (about 600 graphi
26
26
27
27
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).
28
28
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 (σ).
0 commit comments