HomeSort by: relevance | last modified time | path
    Searched defs:hertz (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libc/gmon/
gmon.c 110 static int hertz(void);
417 clockinfo.profhz = hertz();
422 clockinfo.profhz = hertz();
525 * if something goes wrong, we return 0, an impossible hertz.
528 hertz(void) function in typeref:typename:int
  /src/usr.bin/systat/
main.c 82 float hertz; variable in typeref:typename:float
434 if ((etime * hertz) >= 1.0)
438 struct timespec interval = { 0, 1000000000L / hertz };

Completed in 12 milliseconds