Help for this page

Select Code to Download


  1. or download this
    use strict; use warnings;
    
    ...
    
    printf "duration: %0.03f secs\n", time - $start;
    
  2. or download this
    use strict; use warnings;
    
    ...
    
    printf "duration: %0.03f secs\n", time - $start;
    
  3. or download this
    use strict; use warnings;
    
    ...
    
    printf "duration: %0.03f secs\n", time - $start;
    
  4. or download this
        Thread::Semaphore     0.386 secs
        MCE::Mutex::Channel   0.162 secs
        MCE::Mutex::Flock     0.144 secs
    
  5. or download this
        Thread::Semaphore     0.293 secs
        MCE::Mutex::Channel   0.499 secs
        MCE::Mutex::Flock     0.498 secs
    
  6. or download this
        Thread::Semaphore    41.897 secs
        MCE::Mutex::Channel   0.980 secs
        MCE::Mutex::Flock     0.702 secs
    
  7. or download this
        Thread::Semaphore    35.521 secs
        MCE::Mutex::Channel   2.994 secs
        MCE::Mutex::Flock     3.322 secs