Home
last modified time | relevance | path

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

/freebsd-14.2/usr.sbin/pmcstat/
H A Dpmcstat.c451 int graphdepth; in main() local
866 graphdepth = strtod(optarg, &end); in main()
867 if (*end != '\0' || graphdepth <= 0) in main()
871 args.pa_graphdepth = graphdepth; in main()