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

Changes made for assigning uids in a seperate pass

parent 82085af9
No related branches found
No related tags found
No related merge requests found
File deleted
......@@ -46,7 +46,7 @@ func main() {
}
if len(*cpuprofile) > 0 {
f, err := os.Create(*cpuprofile)
if err != nil {
i 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.
Finish editing this message first!
Please register or to comment