Searched refs:ProfilerAlreadyRunningError (Results 1 – 2 of 2) sorted by relevance
56 class ProfilerAlreadyRunningError(Exception): class73 raise ProfilerAlreadyRunningError('Another profiler is running.')
39 with self.assertRaises(profiler.ProfilerAlreadyRunningError):