devtools-timeline-model

v1.4.0
Parse raw trace data into the Chrome DevTools' structured profiling data models
devtools chrome performance profiling timeline

test

npm run unit && npm run lint

unit

mocha $(find ./test -name '*.js') --timeout 10000

lint

eslint .

watch

find . -name "*.js" | grep -v "node_modules" | grep -v "test" | entr npm run test

watchlint

find . -name "*.js" | grep -v "node_modules" | grep -v "test" | entr npm run lint
npm i devtools-timeline-model

Metadata

Downloads

Maintainers