juleskulcsar / js-functions-performance-tracker

Calculate javascript functions time performance depending on input size. The performance is an estimate (depends on machine, browser etc), but the overall trend will highlight the code performance.

Home Page:https://juleskulcsar.github.io/js-functions-performance-tracker/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Javascript Functions Performance Tracker

Calculate javascript functions time performance depending on input size. The performance is an estimate (depends on machine, browser etc), but the overall trend will highlight the code performance.

Check browser compatibility before using

javascript, html, css

Usage

Type your function into the editor.

ATTENTION: Do Not Call It!

Add your arguments in the arguments field.

RUN

Limitations

For now only runs with 1 and/or 2 arguments of type:

  • number
  • array

Release

  • Version 1.00
  • License: MIT

About

Calculate javascript functions time performance depending on input size. The performance is an estimate (depends on machine, browser etc), but the overall trend will highlight the code performance.

https://juleskulcsar.github.io/js-functions-performance-tracker/


Languages

Language:JavaScript 94.0%Language:CSS 3.6%Language:HTML 2.4%