mirror of
				https://github.com/ARM-software/workload-automation.git
				synced 2025-11-04 09:02:12 +00:00 
			
		
		
		
	Merge pull request #27 from lisatn/master
perf: remove CCIPerfEvent class
This commit is contained in:
		@@ -167,13 +167,3 @@ class PerfInstrument(Instrument):
 | 
				
			|||||||
                                               self._get_device_outfile(label))
 | 
					                                               self._get_device_outfile(label))
 | 
				
			||||||
        return command
 | 
					        return command
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					 | 
				
			||||||
class CCIPerfEvent(object):
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
    def __init__(self, name, config):
 | 
					 | 
				
			||||||
        self.name = name
 | 
					 | 
				
			||||||
        self.config = config
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
    def __str__(self):
 | 
					 | 
				
			||||||
        return 'CCI/config={config},name={name}/'.format(**self.__dict__)
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user