Searched refs:hertz (Results 1 - 10 of 10) sorted by relevance

/macosx-10.9.5/dtrace-118.1/DTTk/Bin/
H A Dsampleproc13 # USAGE: sampleproc [hertz] # hit Ctrl-C to end sample
48 USAGE: sampleproc [hertz]
50 sampleproc # defaults to 100 hertz
51 sampleproc 1000 # 1000 hertz
58 hertz=100
60 hertz=$1
61 if [[ "$hertz" = *[a-zA-Z]* ]]; then
62 print "ERROR2: $hertz hertz is invalid." >&2
65 if (( hertz > 500
[all...]
/macosx-10.9.5/dtrace-118.1/DTTk/Proc/
H A Dsampleproc13 # USAGE: sampleproc [hertz] # hit Ctrl-C to end sample
48 USAGE: sampleproc [hertz]
50 sampleproc # defaults to 100 hertz
51 sampleproc 1000 # 1000 hertz
58 hertz=100
60 hertz=$1
61 if [[ "$hertz" = *[a-zA-Z]* ]]; then
62 print "ERROR2: $hertz hertz is invalid." >&2
65 if (( hertz > 500
[all...]
/macosx-10.9.5/cctools-845/gprof/
H A Dhertz.c23 /* $OpenBSD: hertz.c,v 1.2 1996/06/26 05:33:52 deraadt Exp $ */
24 /* $NetBSD: hertz.c,v 1.5 1995/04/19 07:16:03 cgd Exp $ */
63 * if something goes wrong, we return 0, an impossible hertz.
68 hertz( function
H A DMakefile23 CFILES = gprof.c arcs.c dfn.c lookup.c calls.c hertz.c printgprof.c \
H A Dgprof.h328 /* hertz.c */
329 extern uint32_t hertz(
H A Dgprof.c379 hz = hertz();
/macosx-10.9.5/JavaScriptCore-7537.78.1/bytecode/
H A DSamplingTool.cpp200 static inline unsigned hertz2us(unsigned hertz) argument
202 return 1000000 / hertz;
231 void SamplingThread::start(unsigned hertz) argument
235 s_hertz = hertz;
H A DSamplingTool.h223 JS_EXPORT_PRIVATE static void start(unsigned hertz=10000);
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/units/
H A Dunits.tcl570 hertz /second
599 Hz hertz
/macosx-10.9.5/ruby-104/ruby/
H A Dprocess.c6530 const double hertz = local
6548 utime = DBL2NUM(buf.tms_utime / hertz),
6549 stime = DBL2NUM(buf.tms_stime / hertz),
6550 cutime = DBL2NUM(buf.tms_cutime / hertz),
6551 sctime = DBL2NUM(buf.tms_cstime / hertz));

Completed in 219 milliseconds