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