Searched refs:ProfilerAlreadyRunningError (Results 1 – 2 of 2) sorted by relevance
58 class ProfilerAlreadyRunningError(Exception): class76 raise ProfilerAlreadyRunningError('Another profiler is running.')86 raise ProfilerAlreadyRunningError('Another profiler is running.')
42 with self.assertRaises(profiler.ProfilerAlreadyRunningError):