Searched refs:ProfilerNotRunningError (Results 1 – 3 of 3) sorted by relevance
60 class ProfilerNotRunningError(Exception): class101 raise ProfilerNotRunningError(
47 with self.assertRaises(profiler.ProfilerNotRunningError):
1176 except _profiler.ProfilerNotRunningError: