Searched refs:time (Results 1 – 7 of 7) sorted by relevance
| /scripts/ |
| D | show_delta | 50 time = string.atof(time_str) 53 return (time, rest) 65 (time, rest) = get_time(line) 72 delta = time - base_time 75 delta = time - last_time 76 last_time = time 78 return ("[%5.6f < %5.6f >]" % (time, delta)) + rest 111 (time, rest) = get_time(line) 115 base_time = time
|
| D | bootgraph.pl | 215 my $time = $firsttime; 217 while ($time < $maxtime) { 218 my $s3 = ($time - $firsttime) * $mult; 219 my $tm = int($time * 100) / 100.0; 221 $time = $time + $step;
|
| D | checktransupdate.py | 27 import time 166 timestamp = time.time()
|
| D | make_fit.py | 42 import time 107 fsw.property_u32('timestamp', int(time.time()))
|
| D | get_abi.pl | 805 my $time = sprintf "%d:%02d", int($tm), 60 * ($tm - int($tm)); 808 printf STDERR "%s: processing sysfs files... %i%%: $names[0]", $time, $percent; 819 my $time = sprintf "%d:%02d", int($tm), 60 * ($tm - int($tm)); 822 printf STDERR "%s: processing sysfs files... done\n", $time;
|
| /scripts/tracing/ |
| D | draw_functrace.py | 35 def __init__(self, func, time = None, parent = None): argument 37 self._time = time
|
| /scripts/gdb/linux/ |
| D | dmesg.py | 139 time=time_stamp / 1000000000.0,
|