Home
last modified time | relevance | path

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

/build/blueprint/bootstrap/
Dcommand.go39 Cpuprofile string member
69 flag.StringVar(&CmdlineArgs.Cpuprofile, "cpuprofile", "", "write cpu profile to file")
149 if args.Cpuprofile != "" {
150 f, err := os.Create(absolutePath(args.Cpuprofile))