HomebulletScriptsbulletTag: execution (41 results)
  1. Benchmark Script
    297 total visits
    This PHP script measures the time elapsed between two memonts. It remembers the moment a task starts and ends, calculating the time elapsed. The script can return the time that elapsed between the start and end times in seconds.
  2. Speed Comparison
    319 total visits
    This PHP script is designed to detect and compare your website's load speed against Yahoo and Google in milliseconds. A fast load speed is essential for a website which guarantees the stable visits to your site. If your page doesn't load fast enough, visitors may hit the back butoon.
  3. No Screenshot
    251 total visits
    SimpleProfiler is developed to measure the time a PHP script takes to execute. It can keep track of the elapsed time of each script section name and the time in a class array variable. Besides the entire script, the time different sections of a script take to be run can also be measured by this PHP script.Requirements:- PHP 5.0 or ...
  4. No Screenshot
    1774 total visits
    testThis.class.php allows you to test constraints using one line of code. This is usefull if you are checking for required conditions at the top of a page.testThis.class.php has 2 action levels for a return of false:- displays an error message (customizable) and kills the execution of the script. - returns a false and displays the error message. There is also ...
  5. No Screenshot
    1971 total visits
    SELECT, INSERT, UPDATE and DELETE queries are supported in dbclass with execution query.The results from SELECT queries are gathered in a single array with values stripped from any slashes.Requirements: PHP 5.0 or higher
  6. No Screenshot
    2101 total visits
    Multi-thread Simulation establishes an HTTP connection to the same Web server to execute the same PHP script. It sends a request passing the name a function to execute and an argument to be passed to that function. The requested script executes some code that detects the thread execution request and calls the specified function. When the thread request script ends, ...
  7. No Screenshot
    2082 total visits
    Simple benchmark can take note of time when it starts and ends a given PHP script named section. The time elapsed since the beginning to the end of a section can also be returned. Requirements: PHP 5.0 or higher
  8. No Screenshot
    2192 total visits
    Speed Diagnostic can take note of the time that PHP starts and end executing given code sections. A table with the benchmark execution times can also be displayed. Requirements: PHP 5 or higher
  9. No Screenshot
    1483 total visits
    The LoadChecker($) function can detect the exact amount of microseconds when it is called from the main script.
  10. No Screenshot
    1750 total visits
    The measured time can also be outputted to the current page.
  11. No Screenshot
    1864 total visits
    When the script finishes executing, TimeCheck will return the marks and their corresponding execution time.Requirements: PHP 3.0 or higher
  12. No Screenshot
    1939 total visits
    Classe Prestazioni can count the time from a given point of the start and end of a script. The difference between the start and end times can be printed.Requirements: PHP 4.0 or higherLimitations:The code and the comments are in Italian.
  13. No Screenshot
    1758 total visits
    Multiple identifiers can be set in order to determine the execution times for multiple section and display them in an HTML table.
  14. No Screenshot
    2102 total visits
    Quine-McCluskey Method can be used to minimize boolean functions with Quine-McCluskey algorithm.Quine-McCluskey Method takes as parameters the minterms, don't-care terms and the number of variables. The script determines the essencial primes and returns them in an array.Requirements: PHP 5.0 or higher
  15. No Screenshot
    1509 total visits
    Processing can retrieve the time value in the start and the end of section of script and then compute the difference of the time between the start and end points.A message showing the time the page took to be generated, can also be displayed.Requirements: PHP 5.0 or higherLimitations: The comments in the class are in Portuguese
Pages 1 of 3« 1 2 3 »