def __init__(self, BLACS):
     self.BLACS = BLACS
     self.close_notification_func = None
     memprof.start()
 def __init__(self, BLACS):
     self.BLACS = BLACS
     self.close_notification_func = None
     memprof.start(filepath=os.path.join(BLACS_DIR, 'memprof.txt'))
예제 #3
0
 def __init__(self,BLACS):
     self.BLACS = BLACS
     self.close_notification_func = None
     memprof.start()