diff options
-rwxr-xr-x | Lib/profile.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/profile.py b/Lib/profile.py index df36c17..89fd887 100755 --- a/Lib/profile.py +++ b/Lib/profile.py @@ -517,7 +517,7 @@ class Profile: # simulate an event processing activity (from user's perspective) def profiler_simulation(self, x, y, z): t = self.timer() - t = t[0] + t[1] + ## t = t[0] + t[1] self.ut = t |