Skip to content

Commit 7accf1d

Browse files
authored
Merge pull request #2145 from nschonni/typo-relevence
typo: relevence -> relevance
2 parents 7de1a67 + 735135c commit 7accf1d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/debugger/graphics/graphics-frame-analysis.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ Use Graphics Frame Analysis in Visual Studio Graphics Analyzer to analyze and op
8787
#### Statistical significance
8888
To bring attention to rendering variations that have the highest relevance, Frame Analysis determines the statistical significance of each rendering variant and displays the significant ones as boldface. It displays the ones that improve performance as green and the ones that reduce performance as red. It displays results that are not statistically significant as normal type.
8989

90-
![The statistical relevence of the draw call variant](media/pix_frame_analysis_summary_stats.png "pix_frame_analysis_summary_stats")
90+
![The statistical relevance of the draw call variant](media/pix_frame_analysis_summary_stats.png "pix_frame_analysis_summary_stats")
9191

9292
To determine statistical relevance, Frame Analysis uses the [Student's t-test](http://www.wikipedia.org/wiki/Student%27s_t-test).
9393

docs/vs-2015/debugger/graphics-frame-analysis.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ Use Graphics Frame Analysis in Visual Studio Graphics Analyzer to analyze and op
9797
#### Statistical significance
9898
To bring attention to rendering variations that have the highest relevance, Frame Analysis determines the statistical significance of each rendering variant and displays the significant ones as boldface. It displays the ones that improve performance as green and the ones that reduce performance as red. It displays results that are not statistically significant as normal type.
9999

100-
![The statistical relevence of the draw call variant](../debugger/media/pix-frame-analysis-summary-stats.png "pix_frame_analysis_summary_stats")
100+
![The statistical relevance of the draw call variant](../debugger/media/pix-frame-analysis-summary-stats.png "pix_frame_analysis_summary_stats")
101101

102102
To determine statistical relevance, Frame Analysis uses the [Student's t-test](http://www.wikipedia.org/wiki/Student%27s_t-test).
103103

0 commit comments

Comments
 (0)