This is an archived project. Repository and other project resources are read-only.
Admin message
GitLab now enforces expiry dates on tokens that originally had no set expiration date. Those tokens were given an expiration date of one year later. Please review your personal access tokens, project access tokens, and group access tokens to ensure you are aware of upcoming expirations. Administrators of GitLab can find more information on how to identify and mitigate interruption in our documentation.
graphTableau<-ggplot(perfTableau,aes(x=Taille,y=CPU,label="Performance Add Tableau"))+geom_smooth(color="blue")+ggtitle("Evaluation du temps d'xcution de Add sur un tableau")
graphTableau<-ggplot(perfTableau,aes(x=Taille,y=CPU,colour="Performance Add Tableau"))+geom_smooth(color="blue")+ggtitle("Evaluation du temps d'xcution de Add sur un tableau")
graphTableau
graphTableau<-ggplot(perfTableau,aes(x=Taille,y=CPU,colour=PerformanceAddTableau))+geom_smooth(color="blue")+ggtitle("Evaluation du temps d'xcution de Add sur un tableau")
graphTableau<-ggplot(perfTableau,aes(x=Taille,y=CPU,color="Performance Add Tableau"))+geom_smooth(color="blue")+ggtitle("Evaluation du temps d'xcution de Add sur un tableau")
graphTableau
graphTableau<-ggplot(perfTableau,aes(x=Taille,y=CPU,color="red"))+geom_smooth(color="blue")+ggtitle("Evaluation du temps d'xcution de Add sur un tableau")
graphTableau
graphTableau<-ggplot(perfTableau,aes(x=Taille,y=CPU,color=red))+geom_smooth(color="blue")+ggtitle("Evaluation du temps d'xcution de Add sur un tableau")
graphTableau
graphTableau<-ggplot(perfTableau,aes(x=Taille,y=CPU,color=time))+geom_smooth(color="blue")+ggtitle("Evaluation du temps d'xcution de Add sur un tableau")
graphTableau
graphTableau
graphTableau<-ggplot(perfTableau,aes(x=Taille,y=CPU,color=CPU))+geom_smooth(color="blue")+ggtitle("Evaluation du temps d'xcution de Add sur un tableau")
graphTableau
graphArray<-ggplot(perfArray,aes(x=Taille,y=CPU,color=CPU))+geom_smooth(color="red")+ggtitle("Evaluation du temps d'xcution de Add sur une Array")
graphArray
graphLinked<-ggplot(perfLinked,aes(x=Taille,y=CPU,color=CPU))+geom_smooth(color="green")+ggtitle("Evaluation du temps d'xcution de Add sur une LinkedList")
ggplot(perf,aes(y=CPU,x=Taille,colour=Structure,shape=Structure))+geom_point()+geom_smooth()+ggtitle("Evaluation de la performance CPU de la mthode ADD en fonction de la taille")
perfAdd<-read.csv2("perf.csv",sep="\t",dec=".")
GraphAdd<-ggplot(perfAdd,aes(y=CPU,x=Taille,colour=Structure,shape=Structure))+geom_point()+geom_smooth()+ggtitle("Evaluation de la performance CPU de la mthode ADD en fonction de la taille")
GraphAdd
GraphAddCPU<-ggplot(perfAdd,aes(y=CPU,x=Taille,colour=Structure,shape=Structure))+geom_point()+geom_smooth()+ggtitle("Evaluation de la performance CPU de la mthode ADD en fonction de la taille")
GraphAddMemoire<-ggplot(perfAdd,aes(y=CPU,x=Taille,colour=Structure,shape=Structure))+geom_point()+geom_smooth()+ggtitle("Evaluation de la performance mmoire de la mthode ADD en fonction de la taille")
GraphAddMemoire
GraphAddMemoire<-ggplot(perfAdd,aes(y=Memoire,x=Taille,colour=Structure,shape=Structure))+geom_point()+geom_smooth()+ggtitle("Evaluation de la performance mmoire de la mthode ADD en fonction de la taille")
GraphAddMemoire
GraphAddMemoire<-ggplot(perfAdd,aes(y=Mem,x=Taille,colour=Structure,shape=Structure))+geom_point()+geom_smooth()+ggtitle("Evaluation de la performance mmoire de la mthode ADD en fonction de la taille")