Skip to content

typo: relevence -> relevance #2145

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 31, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/debugger/graphics/graphics-frame-analysis.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ Use Graphics Frame Analysis in Visual Studio Graphics Analyzer to analyze and op
#### Statistical significance
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.

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

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

Expand Down
2 changes: 1 addition & 1 deletion docs/vs-2015/debugger/graphics-frame-analysis.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ Use Graphics Frame Analysis in Visual Studio Graphics Analyzer to analyze and op
#### Statistical significance
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.

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

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

Expand Down