Skip to content

Commit

Permalink
Add usage and dependencies as comment
Browse files Browse the repository at this point in the history
  • Loading branch information
dnezam authored Apr 13, 2024
1 parent 6561df8 commit b321539
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions evaluation/scripts/profile-all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@
# See LICENSE or go to https://github.com/viperproject/gobra-libs/blob/main/LICENSE
# for full license details.

# DEPENDENCIES (plot.py):
# - pandas
# - numpy
# - seaborn
# - matplotlib
# In case you forgot to install the dependencies before running the script, you
# do not need to rerun this script (and in particular profiling); instead, simply use
# the command for plotting found below.

# USAGE:
# Switch into the same directory as profile-all.sh, and run the script.
#
# In case you are using a laptop, make sure that power settings are set
# properly:
# - don't run from battery
Expand Down

0 comments on commit b321539

Please sign in to comment.