Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/sys/
H A Dresourcevar.h78 struct pstats { struct
H A Dproc_internal.h310 struct pstats *p_stats; /* Accounting/statistics (PL) */
/xnu-8020.101.4/bsd/kern/
H A Dbsd_init.c229 static struct pstats pstats0;
H A Dkern_fork.c181 KALLOC_TYPE_DEFINE(proc_stats_zone, struct pstats, KT_DEFAULT);
/xnu-8020.101.4/doc/
H A Ddebugging.md379 (lldb) script import cProfile, pstats, StringIO
386 (lldb) script ps = pstats.Stats(pr, stream=s).sort_stats('cumulative')