Skip to content

Commit 89144ea

Browse files
committed
Add missing coverage numbers to tutorial
Signed-off-by: John Pennycook <john.pennycook@intel.com>
1 parent 384c977 commit 89144ea

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

docs/source/analysis.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@ the following output:
7878
{cpu, gpu} 17 51.52
7979
-----------------------
8080
Code Divergence: 0.45
81-
Unused Code (%): 6.06
82-
Total SLOC: 33
81+
Coverage (%): 93.94
82+
Avg. Coverage (%): 72.73
8383
8484
Distance Matrix
8585
--------------

docs/source/emulating-compiler-behavior.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,5 +121,6 @@ becomes:
121121
{cpu, gpu} 11 40.74
122122
-----------------------
123123
Code Divergence: 0.59
124-
Unused Code (%): 0.00
124+
Coverage (%): 100.00
125+
Avg. Coverage (%): 70.37
125126
Total SLOC: 27

docs/source/excluding-files.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@ shared between the cpu and gpu platforms:
5858
{cpu, gpu} 11 40.74
5959
-----------------------
6060
Code Divergence: 0.56
61-
Unused Code (%): 7.41
61+
Coverage (%): 92.59
62+
Avg. Coverage (%): 66.67
6263
Total SLOC: 27
6364
6465

0 commit comments

Comments
 (0)