mailr7758 - /branches/multi_processor_merge/relax


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by edward on October 16, 2008 - 16:56:
Author: bugman
Date: Thu Oct 16 16:56:54 2008
New Revision: 7758

URL: http://svn.gna.org/viewcvs/relax?rev=7758&view=rev
Log:
Converted the profile_flag variable to a bool.

Profiling is currently broken!


Modified:
    branches/multi_processor_merge/relax

Modified: branches/multi_processor_merge/relax
URL: 
http://svn.gna.org/viewcvs/relax/branches/multi_processor_merge/relax?rev=7758&r1=7757&r2=7758&view=diff
==============================================================================
--- branches/multi_processor_merge/relax (original)
+++ branches/multi_processor_merge/relax Thu Oct 16 16:56:54 2008
@@ -450,8 +450,8 @@
         if elem == 'multi.uni_processor':
             print 'found', elem
 
-    # Change this flag to 1 for code profiling.
-    profile_flag = 0
+    # Change this flag to True for code profiling.
+    profile_flag = False
 
     # No profiling.
     if not profile_flag:




Related Messages


Powered by MHonArc, Updated Thu Oct 16 17:00:02 2008