[conduit/gsoc09_alexandre] Removed profiling
- From: Alexandre Rosenfeld <arosenfeld src gnome org>
- To: svn-commits-list gnome org
- Subject: [conduit/gsoc09_alexandre] Removed profiling
- Date: Sat, 27 Jun 2009 22:16:35 +0000 (UTC)
commit d83c7684970c07cd67e50d9670e6da7138798610
Author: Alexandre Rosenfeld <airmind gmail com>
Date: Sat Jun 27 18:18:06 2009 -0300
Removed profiling
conduit/conduit.real | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/conduit/conduit.real b/conduit/conduit.real
index bc79351..6f6e9d0 100755
--- a/conduit/conduit.real
+++ b/conduit/conduit.real
@@ -21,7 +21,9 @@ if os.path.exists(os.path.join(_dirname,"ChangeLog")):
import conduit
import conduit.Main
-import cProfile
-cProfile.run('app = conduit.Main.Application()', 'prof')
+#import cProfile
+#cProfile.run('app = conduit.Main.Application()', 'prof')
#app =
+
+app = conduit.Main.Application()
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]