Skip to content

Instantly share code, notes, and snippets.

@jshall
jshall / ko.bindingReport.js
Last active July 19, 2018 22:36 — forked from kamranayub/ko.bindingReport.js
Knockout.js Binding Performance Reporter
/**
* Performance reporting for Knockout binding handlers
*
* Usage: Include after all bindings are declared, view console for results.
*/
(function () {
var report = [];
var lastReport = 0;
var debounceWait = 500;