blob: 1f132ba96110d01ab7ea40f7c472f1f72cad33fe [file] [log] [blame]
print "Testing default event"
job.profilers.add('oprofile')
job.runtest('default', 'sleeptest', 1)
job.profilers.delete('oprofile')
print "Testing ICACHE_MISSES"
job.profilers.add('oprofile', 'ICACHE_MISSES:100000')
job.runtest('icache_misses', 'sleeptest', 1)
job.profilers.delete('oprofile')