Home
last modified time | relevance | path

Searched refs:maxtime (Results 1 – 2 of 2) sorted by relevance

/original-bsd/old/adb/common_scripts/
H A Dun4 <h+0da/"maxtime"8t"maxerr"8t"errtime"n2bY
/original-bsd/old/prof/
H A Dprof.c66 double maxtime; /* maximum time of any routine (for plot) */ variable
431 if(time > maxtime) in asgnsamples()
432 maxtime = time; in asgnsamples()
597 lastx = -time*2000./maxtime; in plotprof()