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