This repository was archived by the owner on Jun 10, 2018. It is now read-only.
  
  
  - 
                Notifications
    You must be signed in to change notification settings 
- Fork 1
sstephenson/bashprof
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
bashprof: Bash profiler ======================= This is a work in progress! Only works on Mac OS X right now. Check out bashprof: $ git clone https://github.com/sstephenson/bashprof.git Build the loadable module: $ make -C src Run bashprof with the program you want to profile: $ bin/bashprof <command to profile> [<arg> ...] The bashprof command injects a stub bash executable into your path and execs the command you pass. Any Bash scripts executed by the given command will be profiled, so long as they have a `#!/usr/bin/env bash` shebang line. Formatted profile results are written to stderr. ----- (c) 2013 Sam Stephenson MIT licensed
About
Bash profiler
Resources
Stars
Watchers
Forks
Releases
No releases published
              Packages 0
        No packages published