1 job.profilers.add('custom_perf') 2 job.run_test('sleeptest', seconds=10) 3 job.profilers.delete('custom_perf') 4