4 lines
103 B
Plaintext
4 lines
103 B
Plaintext
job.profilers.add('cros_perf')
|
|
job.run_test('sleeptest', seconds=10)
|
|
job.profilers.delete('cros_perf')
|