Skip to content

Commit

Permalink
Added documentation fo TraceAll hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
AryazE committed Aug 8, 2022
1 parent 079ebcd commit eefd3c7
Show file tree
Hide file tree
Showing 3 changed files with 606 additions and 2 deletions.
12 changes: 12 additions & 0 deletions INSTALL.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
## Install using pip
```
pip install dynapyt
```

## Install from source
```
git clone https://github.com/sola-st/DynaPyt.git
cd DynaPyt
pip install -r requirements.txt
pip install .
```
7 changes: 7 additions & 0 deletions STATUS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Evaluated - Functional

We are applying to obtain the "Evaluated - Functional" badge for DynaPyt.
The installation procedure, instrumenting code, and running the analysis are all documented.
Moreover, several analyses are implemented and included in this repository as guiding examples for analysis developers.
Analysis hooks are also well-documented both inside the code, and in the accompanying document.
We have also provided a simple script to run end-to-end experiments from the paper to reduce the hassle of reproducing the results.
Loading

0 comments on commit eefd3c7

Please sign in to comment.