Searched refs:hz (Results 1 – 6 of 6) sorted by relevance
/toolchain/binutils/binutils-2.25/gprof/ |
D | hist.c | 124 hz = profrate; in read_histogram_header() 263 || gmon_io_write_32 (ofp, hz) in hist_write_hist() 475 100.0 / total_time, total_time / hz, hist_dimension); in print_header() 480 printf (_("\nEach sample counts as %g %s.\n"), 1.0 / hz, hist_dimension); in print_header() 511 accum_time / hz, sym->hist.time / hz); in print_line() 515 accum_time / hz, sym->hist.time / hz); in print_line() 519 sym->ncalls, scale * sym->hist.time / hz / sym->ncalls, in print_line() 520 scale * (sym->hist.time + sym->cg.child_time) / hz / sym->ncalls); in print_line() 634 top_time /= hz; in hist_print()
|
D | gmon_io.c | 432 hz = profrate; in gmon_out_read() 433 else if (hz != (int) profrate) in gmon_out_read() 553 if (hz == HZ_WRONG) in gmon_out_read() 557 hz = hertz (); in gmon_out_read() 559 if (hz == HZ_WRONG) in gmon_out_read() 561 hz = 1; in gmon_out_read() 648 || hz != hertz()) in gmon_out_write() 695 || hz != hertz()) in gmon_out_write() 698 || gmon_io_write_32 (ofp, (unsigned int) hz)) in gmon_out_write()
|
D | cg_print.c | 84 100.0 / print_time, print_time / hz); in print_header() 125 cyc->cg.prop.self / hz, cyc->cg.prop.child / hz, cyc->ncalls); in print_cycle() 202 "", "", member->cg.prop.self / hz, member->cg.prop.child / hz, in print_members() 388 arc->time / hz, arc->child_time / hz, in print_parents() 460 arc->time / hz, arc->child_time / hz, in print_children() 479 np->cg.prop.self / hz, np->cg.prop.child / hz); in print_line()
|
D | gprof.h | 51 #undef hz 112 extern long hz; /* ticks per second */
|
D | gprof.c | 54 long hz = HZ_WRONG; variable
|
D | ChangeLog-9203 | 2006 * gprof.h: Include ansidecl.h before sysdep.h. Undefine hz.
|