Changeset 1972


Ignore:
Timestamp:
Oct 25, 2005, 11:28:11 AM (19 years ago)
Author:
duncan
Message:

comments?

File:
1 edited

Legend:

Unmodified
Added
Removed
  • inundation/fit_interpolate/benchmark_least_squares.py

    r1969 r1972  
    3535
    3636def mem_usage(pid):
     37    '''
     38    returns the rss.
     39
     40    Only works on nix systems.
     41    '''
    3742    import string
    3843    p=os.popen('ps uwp %s'%pid)
    3944    lines=p.readlines()
    40     print "lines", lines
     45    #print "lines", lines
    4146    status=p.close()
    4247    if status or len(lines)!=2:
Note: See TracChangeset for help on using the changeset viewer.