Searched refs:logfile (Results 1 – 6 of 6) sorted by relevance
272 logfile=$1/counts/${label}.counts273 logdir=$(dirname "$logfile")277 if ! test -e "$logfile"; then278 touch "$logfile"280 printf "total %s\n" "$total" > "$logfile"281 printf "success %s\n" "$success" >> "$logfile"282 printf "failed %s\n" "$failed" >> "$logfile"283 printf "failures %s\n" "$failures" >> "$logfile"285 printf "todo %s\n" "$todo" >> "$logfile"288 printf "skip %s\n" "$skip" >> "$logfile"[all …]
344 for logfile in ['configure.log','configure.log.bkp']:345 if os.path.islink(logfile) and not os.path.isfile(logfile): os.remove(logfile)
104 for logfile in logDict:105 if logfile=='branch': continue106 lfile=logfile.replace("examples_","").replace(".log","")107 for test in logDict[logfile]:112 error=logDict[logfile][test].strip()394 for logfile in glob.glob('examples_'+branch+'_*.log'):395 if logfile.startswith('examples_full'): continue396 logDict[logfile]=self.parseLogFile(logfile)401 def parseLogFile(self,logfile,printDict=False): argument407 with open(logfile,"r") as infile:[all …]
89 petsc-dist/manualpages/logfile.txt
33 - `-log_trace [logfile]` - Traces the beginning and ending of all323 -log_mpe [logfile]326 creates a logfile of events appropriate for viewing with *Jumpshot*. The328 `logfile`. Events can be deactivated as described in348 into the current directory, then opening the logfile in your browser.350 The flame graph output can be generated with the option `-log_view :[logfile]:ascii_flamegraph`.
482 creates a logfile of events suitable for viewing with Jumpshot (part