Home
last modified time | relevance | path

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

/xnu-8796.141.3/bsd/sys/
H A Dresourcevar.h78 struct pstats { struct
H A Dproc_internal.h299 struct pstats *p_stats; /* Accounting/statistics (PL) */
/xnu-8796.141.3/tools/lldbmacros/
H A Dxnu.py754 import cProfile, pstats, io
772 ps = pstats.Stats(pr, stream=s)
/xnu-8796.141.3/bsd/kern/
H A Dbsd_init.c222 static struct pstats pstats0;
H A Dkern_fork.c186 KALLOC_TYPE_DEFINE(proc_stats_zone, struct pstats, KT_DEFAULT);
/xnu-8796.141.3/doc/
H A Ddebugging.md462 $ python3 -m gprof2dot -f pstats /tmp/macro.prof -o /tmp/call.dot