4 lines
100 B
Plaintext
4 lines
100 B
Plaintext
|
|
job.profilers.add('oprofile')
|
||
|
|
job.run_test('sleeptest', seconds=1)
|
||
|
|
job.profilers.delete('oprofile')
|