https://github.com/strager/thedeps
Dependency tracking
https://github.com/strager/thedeps
Last synced: 6 months ago
JSON representation
Dependency tracking
- Host: GitHub
- URL: https://github.com/strager/thedeps
- Owner: strager
- Created: 2013-08-23T05:21:02.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2013-08-23T06:28:14.000Z (almost 13 years ago)
- Last Synced: 2025-01-29T13:22:17.114Z (over 1 year ago)
- Language: D
- Size: 117 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# thedeps
thedeps finds the[1] dependencies ("deps") of an execution,
including what files were read and what directories were
scanned.
[1] Only a reasonable subset. For example, CPU architecture
and cache misses are not tracked, but may affect runtime
checks, concurrency, etc.
## Usage
### Mac OS X
Trace a program execution:
# Traces `ls -la`; runs `sudo` for you (if needed).
./thedeps.osx ls -la
Analyze:
# Prints files read from, written to, directories
# scanned, etc.
./analyze.pl /var/folders/cf/y9hqh02n24n6slnznybgdk700000gn/T/thedeps.6441.CpCOX993
### Linux
Not supported.
### Windows
Not supported.