2017 © Pedro PelĂĄez
 

library stopwatchjs

StopWatchJS is a JS clone from symfony/stopwatch.

image

sgc-fireball/stopwatchjs

StopWatchJS is a JS clone from symfony/stopwatch.

  • Tuesday, May 17, 2016
  • by sgc-fireball
  • Repository
  • 1 Watchers
  • 0 Stars
  • 1 Installations
  • JavaScript
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

HRDNS StopWatchJS

StopWatchJS is a javascript clone from Stopwatch Component.
The Symfony "Stopwatch Component" is copyright by Fabien Potencier.
Please read his license.

The API is unstable and can change from commit to commit!, (*1)

Installation

Composer

https://packagist.org/packages/sgc-fireball/stopwatchjs, (*2)

composer require sgc-fireball/stopwatchjs

Bower

http://bower.io/search/?q=hrdns-stopwatchjs, (*3)

bower install hrdns-stopwatchjs

Usage

define(['StopWatch/StopWatch'],function(StopWatch){
    StopWatch.start('loading','section');
    // do something
    var section = StopWatch.openSection('nameOfSection');
    // do something
    section.start('eventName','category');
    // do something
    section.stop('eventName');
    // do something
    StopWatch.closeSection('nameOfSection');
    // do something
    StopWatch.stop('loading');
});

Example

requirejs.png - Old school - RequireJS - WebWorker, (*4)

Richard HĂŒlsberg - rh+github@hrdns.de - https://www.hrdns.de You can read the license here, (*5)

Greets and Thanks

The Versions

17/05 2016

dev-master

9999999-dev https://www.hrdns.de

StopWatchJS is a JS clone from symfony/stopwatch.

  Sources   Download

library javascript stopwatch

16/02 2016

v0.0.3

0.0.3.0 https://www.hrdns.de

StopWatchJS is a JS clone from symfony/stopwatch.

  Sources   Download

library javascript stopwatch

16/02 2016

v0.0.2

0.0.2.0 https://www.hrdns.de

StopWatchJS is a JS clone from symfony/stopwatch.

  Sources   Download

library javascript stopwatch

15/02 2016

v0.0.1

0.0.1.0 https://www.hrdns.de

StopWatchJS is a JS clone from symfony/stopwatch.

  Sources   Download

library javascript stopwatch