Lines Matching defs:log
66 def log(msg):
161 log("Found %d files" % len(files))
229 log("Copied edges down <super> edges for %d graph nodes" % global_inc_copy)
319 log("Reading graph from pickled file: " + args.pickle_graph)
325 log("Saving graph to pickle file: " + args.pickle_graph)
333 log("Reading ignored cycles from file: " + args.ignore_cycles)
432 log("Reading files from stdin")
436 log("Reading files and directories from command line")
443 log("Building graph from files in directory: " + f)
446 log("Building graph from file: " + f)
448 log("Completing graph construction (%d graph nodes)" % len(graph))
454 log("Detecting cycles containg GC roots")
457 log("Printing statistics")