Skip to content
Snippets Groups Projects
Commit b1c420ca authored by Ashwin's avatar Ashwin
Browse files

Changes made for assigning uids in a separate pass

parent 59b47549
No related branches found
No related tags found
No related merge requests found
......@@ -46,7 +46,7 @@ func main() {
}
if len(*cpuprofile) > 0 {
f, err := os.Create(*cpuprofile)
i if err != nil {
if err != nil {
glog.Fatal(err)
}
pprof.StartCPUProfile(f)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment