Home
last modified time | relevance | path

Searched refs:hz (Results 1 – 6 of 6) sorted by relevance

/toolchain/binutils/binutils-2.25/gprof/
Dhist.c124 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()
Dgmon_io.c432 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()
Dcg_print.c84 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()
Dgprof.h51 #undef hz
112 extern long hz; /* ticks per second */
Dgprof.c54 long hz = HZ_WRONG; variable
DChangeLog-92032006 * gprof.h: Include ansidecl.h before sysdep.h. Undefine hz.