Skip to content

A JS platform that can read TVPP logs and draw its respective graphs.

License

Notifications You must be signed in to change notification settings

ADCDS/tvpp-log-parser

Repository files navigation

TVPP Log Parser

A JS platform that can read TVPP logs and draw its respective graphs.

Graph generation

Install

Install git & node:

apt-get install git nodejs

Clone repo:

git clone https://github.com/ADCDS/tvpp-log-parser.git

Install dependencies:

cd tvpp-log-parser/
npm install

Usage

Run:

gulp

Will start a webserver on the port 3000

After loading the page at http://localhost:3000, load the overlay log first, and then the performance log. Example logs can be found at logs/

Obs

There is some fancy (kinda multithreaded) implementation of Yen's KSP Algorithm in https://github.com/ADCDS/tvpp-log-parser/blob/master/src/parserLib/Graph/Filter/Tree/Yen/YenKSP.js and Dijkstra's Shortest Path Algorithm in https://github.com/ADCDS/tvpp-log-parser/blob/master/src/parserLib/Graph/Filter/Tree/Dijkstra/DijkstraFilter.js

License

MIT © Adriel Santos