perf Package

perf Module

perf is a tool included in the linux kernel tree that supports functionality similar to oprofile and more.

@see: http://lwn.net/Articles/310260/

class autotest.client.profilers.perf.perf.perf(job)[source]

Bases: autotest.client.profiler.profiler

initialize(events=['cycles', 'instructions'], trace=False, **dargs)[source]
report(test)[source]
start(test)[source]
stop(test)[source]
version = 1