Searched refs:cpuprofile (Results 1 – 3 of 3) sorted by relevance
/build/soong/finder/cmd/ |
D | finder.go | 41 cpuprofile string var 48 flag.StringVar(&cpuprofile, "cpuprofile", "", 86 if cpuprofile != "" { 87 f, err := os.Create(cpuprofile)
|
/build/blueprint/bootstrap/ |
D | command.go | 39 cpuprofile string var 60 flag.StringVar(&cpuprofile, "cpuprofile", "", "write cpu profile to file") 83 if cpuprofile != "" { 84 f, err := os.Create(absolutePath(cpuprofile))
|
/build/soong/docs/ |
D | perf.md | 53 the `-cpuprofile`, `-trace`, and `-memprofile` command line arguments, but we
|