Top "Execution-time" questions

Execution time refers to how long it takes a particular program to execute.

Is there a command in java to measure the execution time?

Is there a command in java to measure the execution time ? Something like System.out.println(execution.time); in the …

java command-line execution-time
How to measure the execution time in micro seconds?

I have written the following code to measure the time of sorting any data. I am getting weird results, like …

c execution-time
Problem with function session_start() (works slowly)

I have a problem wtih session_start() on primary server. When I load page for the first time, it takes …

php apache session execution-time
What is considered a long execution time?

I am trying to figure out the efficiency of my server side code. Using microtime(true) to measure speed, I …

php performance execution-time
How to test function for execution timing in android?

I have got stucked where one of my function is taking some time to execute. I have a hierarchy of …

android performance testing performance-testing execution-time
How to set a maximum execution time of a script with node.js?

I give my users a flexible way to transform data using JavaScript, executed with Node.js on server-side. With that …

node.js execution-time
How can I increase the 6 minute execution limit in Google Apps script?

Is there any way to increase the 6 minute execution time limit for Google Apps Scripts? I thought that the answer …

google-apps-script limit execution-time
Compilation and execution time of C++ vs C source code

I am not sure if this is a valid comparison or a valid statement but over the years I have …

c++ c performance compilation execution-time
Measure execution time in C (on Windows)

Is there a better function or way to measure time than clock() function on Windows? I have a short operation …

c windows execution-time