Searched refs:ProfilerNotRunningError (Results 1 – 3 of 3) sorted by relevance
62 class ProfilerNotRunningError(Exception): class104 raise ProfilerNotRunningError(
56 with self.assertRaises(profiler.ProfilerNotRunningError):
1343 except _profiler.ProfilerNotRunningError: