Top "Execution-time" questions

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

How can I set the maximum execution time for a PHP script?

I would like to change the maximum execution time for a PHP script. In the script I have tried ini_…

php apache execution-time
How can I get infinite maximum execution time with PHP?

I have a site with 2000 pages and I want to iterate through each page to generate a sitemap, using the …

php execution-time
mysql execution time

Is there a way to get the execution time of the last executed query in mysql?

sql mysql execution-time
Overriding php.ini on server

I have a page which allows users to upload images. It is returning a 500 error when the user tries to …

.htaccess php execution-time
How to limit the execution time of a function in c sharp?

I've got a problem. I'm writing a benchmark and I have a function than is either done in 2 seconds or …

c# execution-time time-limiting
get execution time in milliseconds in R

I have read a solution to this using tic(), toc() functions tic <- function(gcFirst = TRUE, type=c("elapsed", "…

r benchmarking execution-time milliseconds
Is there an efficient way to calculate execution time in golang?

I'm looking for the best way to calculate execution time in go. func main() { start := time.Now() time.Sleep(time.…

go execution-time
Measure execution time in C#

I want to measure the execution of a piece of code and I'm wondering what the best method to do …

c# datetime execution-time measure
Fatal error: Maximum execution time of 0 seconds exceeded

My script compares 2 source trees, creates a map of possible changed files, compares MD5 hashes and creates a diff-package. After 28000…

php command-line-interface execution-time litespeed