mirror of
				https://github.com/c64scene-ar/llvm-6502.git
				synced 2025-10-31 08:16:47 +00:00 
			
		
		
		
	This option tells llvm-cov to print out branch probabilities when a basic block contains multiple branches. It also prints out some function summary info including the number of times the function enters, the percent of time it returns, and how many blocks were executed. Also updated tests. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@197198 91177308-0d34-0410-b5e6-96231b3b80d8
		
			
				
	
	
		
			13 lines
		
	
	
		
			403 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			403 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
|         -:    0:Source:./test.h
 | |
|         -:    0:Graph:test.gcno
 | |
|         -:    0:Data:test.gcda
 | |
|         -:    0:Runs:2
 | |
|         -:    0:Programs:1
 | |
| function _ZN1AC1Ev called 2 returned 100% blocks executed 100%
 | |
| function _ZN1AC2Ev called 2 returned 100% blocks executed 100%
 | |
|         2:    1:struct A {
 | |
|         2:    1-block  0
 | |
|         2:    1-block  1
 | |
|         -:    2:  virtual void B();
 | |
|         -:    3:};
 |