Home | History | Annotate | Download | only in tools

Lines Matching full:print

149     print "%s %s(%d) softlim=%dKB, extlim=%dKB, extalloc=%dKB" % \
153 # print "RAW: %s %s (%s,%s,%s,%s)" % \
156 print "+ id=\"%s\" time=%d freed=%d" % (global_info[0], global_info[1], global_info[2])
157 print "+ freed=%d foot=%d allow=%d objs=%d bytes=%d" % \
159 print "+ soft=%d act=%d allow=%d objs=%d bytes=%d" % \
161 print "+ foot=%d total=%d limit=%d alloc=%d" % \
164 print " freed %d objects / %d bytes in %dms" % \
185 print "EOF hit"
190 #print "no match on %s" % line.strip()
197 print "usage: %s [-p procFilter] [-d]" % sys.argv[0]
218 print "procfilter = %s" % procFilter
219 print "DEBUG = %s" % DEBUG
229 print "Stopping on keyboard interrupt."