OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hertz
(Results
1 - 5
of
5
) sorted by null
/toolchain/binutils/binutils-2.25/gprof/
hertz.h
31
extern int
hertz
(void);
hertz.c
30
#include "
hertz
.h"
34
hertz
()
function
36
#ifdef
HERTZ
37
return
HERTZ
;
38
#else /* ! defined (
HERTZ
) */
62
#endif /* ! defined (
HERTZ
) */
Makefile.am
44
cg_print.c corefile.c gmon_io.c gprof.c
hertz
.c hist.c source.c \
53
corefile.h gmon.h gmon_io.h gmon_out.h gprof.h
hertz
.h hist.h \
gmon_io.c
35
#include "
hertz
.h"
558
hz =
hertz
();
649
|| hz !=
hertz
())
696
|| hz !=
hertz
())
/external/autotest/client/site_tests/platform_BootPerf/
platform_BootPerf.py
228
hertz
= khz * 1000.0
242
times = map(lambda s: round(float(s) /
hertz
, 2), match[0])
Completed in 318 milliseconds