Skip to content

Instantly share code, notes, and snippets.

@umezo
Created March 11, 2014 04:53
Show Gist options
  • Save umezo/9479693 to your computer and use it in GitHub Desktop.
Save umezo/9479693 to your computer and use it in GitHub Desktop.
png( "sprof-sgf.png" )
data <- read.table("sprof-sgf.log")
hist(subset(data,V1<10000)[,1],main="Load time \n View controller and NicoS player",xlab="time[ms]",ylab="count")
dev.off()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment