The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
2answers
85 views

Is it unpolite to put an END block in a module?

Would it be OK to keep the END block in this example, because nobody wants a broken terminal or shouldn't I put an END block in a module? package My_Package; use warnings; use strict; use ...
0
votes
0answers
30 views

How does php calculate execution time?

I am using a cloud hosting. The php script run time varies in difference Vertical scale setting: 10s: 128MB - 200Mhz 1s : 2Gb - 3 Ghz But I feel the execution time in both case less than 1s, ...
0
votes
0answers
23 views

how to calculate the program execution time in streambase?

I'm a new comer in Streambase, so I still not many know about Streambase. I want to know how fast the process that do by Streambase. So, I think I should create something that can calculate the ...
0
votes
0answers
10 views

Maximum Execution Of Time Xampp

I'm attempting to insert 5077 rows of data at once, and I am currently getting the following error: Fatal error: Maximum execution time of 300 seconds exceeded in ...
1
vote
1answer
48 views

Unexpected performance numbers using Towers of Henoi solution

Here is a performance puzzler: I'm running on a Intel Celeron 1.8GHz, 3GB RAM, Ubuntu 12.04 32-bit box. I wrote the Towers of Henoi recursive solution in C, Python & Java. I ran the same for n = ...
0
votes
2answers
60 views

Erratic average execution times for C function

I'm trying to optimize a chunk of code given to me by a friend but my baseline for average execution times of it are extremely erratic and I'm lost to as why/how to fix it. Code: #include ...
0
votes
0answers
67 views

Maximum execution time of ___ seconds exceeded Drupal 7 in batch

I have a problem with Drupal 7, only default language used. Migrating one non Drupal forum db to Drupal. As forum has a lot of records in db, doing everything in batches. But here comes a problem. ...
1
vote
2answers
42 views

How to get/check which parts/lines in bash script takes the most execution time?

I have a bash script which is very long and performs some stuff in the background (without producing any output). I would like to get to know which lines/parts take the most of execution time. Can ...
2
votes
1answer
138 views

Measuring C execution time, memory usage and cpu load for a program

For a particular program of c code, I'd like to measure: execution time (most likely complete program execution time) memory usage CPU load how can i get all above information in C ?
0
votes
2answers
62 views

How to avoid response timeout of my webpage in ASP.NET?

I'm importing large amount of data from Excel(100.000 rows etc), and get the necessary values from the excel(it took 1 minute approximately) Then I loop within these records and do some Database ...
0
votes
2answers
86 views

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 and when I try clock() or gettickcount() it says it took 0.0 seconds. I need a way to ...
0
votes
0answers
30 views

PHP code reaching execution time limit

I need to go through an array containing points in a map and check their distance from one another. I need to count how many nodes are within 200m and 50m of each one. It works fine for smaller ...
1
vote
3answers
95 views

PHP maximum execution time

In my Plesk 11, PHP 5.4.7. Apache/2.4.3 system, when I make cron jobs I get this error from error.log file. [Tue Mar 19 21:33:18 2013] [warn] [client 88.44.55.66] mod_fcgid: read data timeout in ...
2
votes
1answer
96 views

Big difference in execution time between AnyCpu and x86

When I was using one of my libraries I found something strange! I have a class library that is responsible for reading a specific file type. And it's doing its job well. I used the Read method of a ...
1
vote
3answers
171 views

Very large execution time differences for virtually same C++ and Python code

I was trying to write a solution for Problem 12 (Project Euler) in Python. The solution was just too slow, so I tried checking up other people's solution on the internet. I found this code written in ...
0
votes
1answer
101 views

estimate execution time before running a function

I have a function that runs for about 0.7 seconds on my not-so-new development machine. (it runs for about 3 seconds on another machine I tested) I want to show the user some pre-message about half a ...
0
votes
1answer
91 views

Wamp Server Execution time takes too long [closed]

I am working on Melis a CMS based on Zend Framework. All loaded pages takes a lot of time. I've even changed the max_execution_time to 120, but nothing has changed. Do you have any idea ? Thanks
2
votes
0answers
158 views

Why Java code runs faster than PHP code here? [closed]

I've heard that PHP runs faster than Java and I've experienced it many times. But recently when I was writing solutions for a programming problem I noticed that the following Java code runs faster ...
3
votes
1answer
36 views

VisualVM results differ from manual measurements

I am using Eclipse with plugin for running VisualVM. Now the VisualVM says that the method call of a function returns always around 180ms, while if I use manual method: long start = ...
1
vote
1answer
118 views

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 design, there is 3 issues to consider : Security : I solved the security issue ...
1
vote
2answers
83 views

git svn take long time

While migrating from SVN to GIT, git svn clone ... command took almost 54 hrs on RHEL5, 4GB RAM, 2-CPU each@2.67GHz Is there any way the git-svn cloning time can be reduced? PS: git-svn checkout ...
1
vote
1answer
148 views

php script longer than max execution time (progress bar)

i currently work on a small project, where some data is gathered from the web and the system creates some relations between these. Of course it was not perfect from the beginning, so i needed to make ...
0
votes
1answer
120 views

Why my parallel program on linear search using OpenMP is taking more execution time than the sequential linear search program?

#include <stdio.h> #include <omp.h> int main() { int i, key=85, tid; int a[100] = {1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33, ...
0
votes
0answers
97 views

Why does php script stop working after some time and load index.php from parent folder?

I'm using hostgator shared hosting. Let's say my domain is example.com. When I try to run a php script on example.com/test and that script takes more than 380 seconds to execute, it just stops and ...
1
vote
0answers
56 views

Eclipse: Execution time

How can I see in Eclipse the execution time after every execution? Like in NetBeans BUILD SUCCESSFUL (total time: 3 seconds).
1
vote
1answer
53 views

JS execution time

My site is pretty standard ecom site, it isn't a JS backed standalone app or anything, it's just a site which uses JS for standard stuff, as well as some jquery plugins to do a few things. I've used ...
0
votes
3answers
114 views

How to get the execution time in small fraction using currentTimeMillis() method

I need to get the execution time for a function in Java. I am aware of two methods I can use: currentTimeMillis(); and nanoTime(); But I have learned that currentTimeMillis(); is more accurate if I ...
0
votes
2answers
99 views

Does python script execution time depend on internet speed?

I am using pydub to mix two wav files in one file. Each wav file has about 25Mb and for me page is loaded in about 4 seconds ( so execution time would be 4 seconds ) Does this execution time depend ...
1
vote
1answer
115 views

PHP execution timeout in SqliteProfilerStorage

In my Symfony2 application, I am getting the following error at the time of login. If we refresh the page once again, the error will disappear. Fatal error: Maximum execution time of 30 seconds ...
4
votes
1answer
630 views

JQuery grep(…) VS native JavaScript filter(…) function performance

I measured the execution times of those two functions: JQuery grep function Native JavaScript filter function The execution of following methods have been measured using Chrome Profiles tool: // ...
2
votes
3answers
544 views

SQL Server execution time of query exponentially increase

I am currently running into some performance issues when running a query which joins multiple tables. The main table has 170 million records, so it is pretty big. What I encounter is that when I run ...
1
vote
1answer
206 views

How to increase Requests/second with a constant execution time for Asp.NET?

I have a web application which is suffering because of low requests/sec under moderate traffic. The average request execution time is around 200ms per page. To simulate the environment, I created a ...
0
votes
2answers
96 views

SQL query taking more time when columns reduced

I have a select query with 100+ columns from 15 tables and more then 100000 rows. And the execution time of this query is around 15 mnts. Now when I have reduced number of columns to 50 and comments ...
0
votes
1answer
303 views

How to batch process a PHP script that takes a long time to execute?

I've built a PHP script that creates/restores a backup containing a sites content and database. It works really well on smaller sites but it runs into trouble on larger sites. What would be the best ...
1
vote
1answer
130 views

Cassandra Query Execution Time Calculation

Is there a way to calculate the query execution time in Cassandra 1.1 using cql or the cli? Is there any other way? I am not able to find any solution. Please help.Thanks.
1
vote
1answer
650 views

Finding Memory Usage, CPU utilization, Execution time for running a python script

I am using python, and suppose i had some code as below example.py import os, psutil import MySQLdb as mdb conn = mdb.connect(user='root', passwd='redhat', db='File_Data', host='localhost', ...
1
vote
3answers
216 views

Is there a method/function to get the code size of a C program compiled using GCC compiler? (may vary when some optimization technique is applied)

Can I measure the code size with the help of an fseek() function and store it to a shell variable? Is it possible to extract the code size, compilation time and execution time using milepost gcc or a ...
0
votes
3answers
115 views

How to divide a huge process into multiple steps in php?

I need to process an xml file and insert some data accordingly to my database. Since the XML file contains close to 10000 lines and there could be some thousand rows to insert to database I'm afraid ...
4
votes
2answers
90 views

How to find the statistics and execution times of the code in python

I am working on python and came across some concept of finding the statistics and execution time of the code Suppose i had the following code from time import gmtime, strftime import timeit def ...
1
vote
0answers
71 views

PDO execution get time out

I converted my native PHP code into PDO as is it more secured compared to the native one, now i'm having problem in executing my code when I'm trying to retrieve more than 10 records. I always got ...
2
votes
1answer
109 views

Very large unit test execution time in Sonar

I am investigating the unit test time execution in Sonar, and there are very big differences between the tests run from maven and the tests run from Sonar. For example, for a single Java test class I ...
1
vote
0answers
128 views

Applying seq to improve execution time in Haskell

I have the following: data Node = Node { position::Int , zombies::Float , connections::[Int] } moveZombie :: [Node] -> Node -> Node ...
-4
votes
2answers
191 views

Examples of C programs with long execution time [closed]

Please suggest me some examples of C programs that have long execution time, apart from the usual sorting and recursion. I want to analyze the execution times of code and would like to use some ...
0
votes
2answers
71 views

Passing arrays to new php-script or execute in the same function (execution time)

I am currently working on a project with some more data than in other projects. I filter different rss-feeds and save them in our database (we already contacted the authors and they are okay with that ...
3
votes
4answers
110 views

Does excess whitespaces and new lines make PHP code run slower?

For me it's more comfortable to write <?php $a = true; if(true) { $a = false; } ?> Would next code executes faster: <?php $a = true; if(true) { $a = false; } ?> UPD ...
2
votes
2answers
117 views

Strange memory usage in while(1) vs. for(;;)

I have the 2 following codes. 1: $i = 0; while(1) { $i++; echo "big text for memory usage "; if ( $i == 50000 ) break; } echo "<br />" . memory_get_usage(); It echoes ...
1
vote
2answers
137 views

Time taken by a cpp method in the Android Framework

How can I achieve to get the execution time of a C++ method in the Android framework? Will the gettime of the day or getsystem time call be suitable? I dont wan't the timer to take the extra time by ...
1
vote
1answer
142 views

Buffer gets with execution time

I'd like to ask about the buffer gets meaning. With the reduction of buffer gets then I can assume that I've reduced the I/O needed, but can I also say that it has something to do with the execution ...
0
votes
1answer
170 views

PHP: “max execution time” immediately

I am currently running a large website based on our own framework. When uploading a picture we occasionaly get a Maximum execution time of 30 seconds exceeded within a fraction of a second. So I dont ...
3
votes
1answer
408 views

Slow Execution Time Batch .xlsx to .xls Conversion

I have written this code to batch convert a bunch of .xlsx workbooks to .xls (I have a lot of end users using 2003). It does the job but it is very slow, I tested this on 20 workbooks each only about ...

1 2 3 4