Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

smart-table/smart-table-perf

Repository files navigation

smart-table-perf

smart table extension to monitor performance (execution time of processing functions)

see https://smart-table.github.io/smart-table-perf/example/

screenshot of smart-table-perf

Installation

npm

npm install --save smart-table-perf

yarn

yarn add smart-table-perf

Usage

import st from 'smart-table-core';
import perf from 'smart-table-perf';
const data = [
 {foo: 'bar'},
 {foo: 'woot'},
 {foo: 'blah'},
 {foo: 'na'}
];
const table = st({data},perf());
table.sort({pointer: 'foo'});
table.eval();
// > smart-table:eval: 13.972ms
// > smart-table:exec: 27.652ms

About

smart-table extension to monitor performance (execution time processing functions)

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

AltStyle によって変換されたページ (->オリジナル) /