Home
last modified time | relevance | path

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

/build/soong/finder/cmd/
Dfinder.go41 cpuprofile string var
48 flag.StringVar(&cpuprofile, "cpuprofile", "",
86 if cpuprofile != "" {
87 f, err := os.Create(cpuprofile)
/build/blueprint/bootstrap/
Dcommand.go39 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/
Dperf.md53 the `-cpuprofile`, `-trace`, and `-memprofile` command line arguments, but we