-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added documentation fo TraceAll hooks
- Loading branch information
Showing
3 changed files
with
606 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 . | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
Oops, something went wrong.