HomeSort by relevance Sort by last modified time
    Searched refs:time_col (Results 1 - 3 of 3) sorted by null

  /external/bcc/tools/lib/
ugc.py 219 time_col = "TIME (ms)" if args.milliseconds else "TIME (us)" variable
220 print("%-8s %-8s %-40s" % ("START", time_col, "DESCRIPTION"))
ucalls.py 324 time_col = "TIME (ms)" if args.milliseconds else "TIME (us)"
325 print("%-50s %8s %8s" % ("METHOD", "# CALLS", time_col))
  /external/bcc/tools/
funcslower.py 261 time_col = args.time or args.timestamp variable
267 print((("%-10s " % "TIME" if time_col else "") + "%-14s %-6s %7s %16s %s") %

Completed in 580 milliseconds