Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/sys/
H A Dresourcevar.h78 struct pstats { struct
H A Dproc_internal.h313 struct pstats *p_stats; /* Accounting/statistics (PL) */
/xnu-8792.41.9/bsd/kern/
H A Dbsd_init.c222 static struct pstats pstats0;
H A Dkern_fork.c188 KALLOC_TYPE_DEFINE(proc_stats_zone, struct pstats, KT_DEFAULT);
/xnu-8792.41.9/doc/
H A Ddebugging.md438 (lldb) script import cProfile, pstats, StringIO
445 (lldb) script ps = pstats.Stats(pr, stream=s).sort_stats('cumulative')