mirror of
				https://github.com/c64scene-ar/llvm-6502.git
				synced 2025-10-30 16:17:05 +00:00 
			
		
		
		
	Similar to the file summaries, the function summaries output line, branching and call statistics. The file summaries have been moved outside the initial loop so that all of the function summaries can be outputted before file summaries. Also updated test cases. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@197633 91177308-0d34-0410-b5e6-96231b3b80d8
		
			
				
	
	
		
			39 lines
		
	
	
		
			666 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			39 lines
		
	
	
		
			666 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| Function '_ZN1A1BEv'
 | |
| Lines executed:100.00% of 1
 | |
| 
 | |
| Function '_Z7uselessv'
 | |
| Lines executed:0.00% of 1
 | |
| 
 | |
| Function '_Z12more_uselessv'
 | |
| Lines executed:0.00% of 1
 | |
| 
 | |
| Function '_Z3foov'
 | |
| Lines executed:100.00% of 2
 | |
| 
 | |
| Function '_Z3barv'
 | |
| Lines executed:0.00% of 2
 | |
| 
 | |
| Function '_Z6assignii'
 | |
| Lines executed:100.00% of 3
 | |
| 
 | |
| Function '_Z15initialize_gridv'
 | |
| Lines executed:100.00% of 4
 | |
| 
 | |
| Function 'main'
 | |
| Lines executed:91.67% of 24
 | |
| 
 | |
| Function '_ZN1AC1Ev'
 | |
| Lines executed:100.00% of 1
 | |
| 
 | |
| Function '_ZN1AC2Ev'
 | |
| Lines executed:100.00% of 1
 | |
| 
 | |
| File 'test.cpp'
 | |
| Lines executed:84.21% of 38
 | |
| test.cpp:creating 'test.cpp.gcov'
 | |
| 
 | |
| File './test.h'
 | |
| Lines executed:100.00% of 1
 | |
| ./test.h:creating './test.h.gcov'
 | |
| 
 |