4 lines
104 B
Plaintext
4 lines
104 B
Plaintext
|
|
job.profilers.add('cmdprofile')
|
||
|
|
job.run_test('sleeptest', seconds=5)
|
||
|
|
job.profilers.delete('cmdprofile')
|