Search code examples
javac++cmemoryexecution

Program execution time


Is there a software/website where I can submit my C, C++ and Java codes and get statistics like the program execution time, memory used ? I'm interested in doing a comparision of the same code in different languages and getting an estimate of which data structures/operations are better suited for which language.


Solution

  • You can paste your program at ideone and it will tell you the execution time and memory consumption.