Skip to content

Jupyter Notebook with step-by-step explanation of the analysis script that generates plots that compare times taken for a program run to run along different subpaths.

Notifications You must be signed in to change notification settings

martahan/OfflineAnalysisNotebooks

Repository files navigation

OfflineAnalysisNotebooks

This Jupyter Notebook contains the script used to generate plots of observed times taken for a program run which followed a certain subpath.

In order to reproduce these results, clone this repository and clone VyPR, VyPRServer and VyPRAnalysis into this new repository.

git clone [email protected]:martahan/OfflineAnalysisNotebooks.git

cd OfflineAnalysisNotebooks

git clone [email protected]:martahan/VyPRServer.git

git clone [email protected]:martahan/VyPRAnalysis.git

git clone [email protected]:pyvypr/VyPR.git

cd VyPRServer

git clone [email protected]:pyvypr/VyPR.git

cd ..

cp verdicts.db VyPRServer/verdicts.db

cp verdicts-hash-checking-analysis.db VyPRServer/verdicts-hash-checking-analysis.db

rm verdicts.db verdicts-hash-checking-analysis.db

Once you run the notebook using 'jupyter notebook' command, follow the steps described in the notebook to obtain the results.

About

Jupyter Notebook with step-by-step explanation of the analysis script that generates plots that compare times taken for a program run to run along different subpaths.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published