def clear_stats(): """ Clears all of the profile results. """ _yappi._pause() try: _yappi.clear_stats() finally: _yappi._resume()
def clear_stats(): _yappi.clear_stats()
def clear_stats(): """ Clears all of the profile results. """ _yappi.clear_stats()