Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/bin/datastore-service
diff options
context:
space:
mode:
Diffstat (limited to 'bin/datastore-service')
-rwxr-xr-xbin/datastore-service8
1 files changed, 4 insertions, 4 deletions
diff --git a/bin/datastore-service b/bin/datastore-service
index b8555ee..7dd87ce 100755
--- a/bin/datastore-service
+++ b/bin/datastore-service
@@ -72,9 +72,9 @@ def main():
logger.debug("Datastore shutdown with error",
exc_info=sys.exc_info())
-main()
+#main()
-#import hotshot
-#p = hotshot.Profile('hs.prof')
-#p.run('main()')
+import hotshot
+p = hotshot.Profile('hs.prof')
+p.run('main()')