https://github.com/ishbguy/brof
A simple bash shell script profiler.
https://github.com/ishbguy/brof
bash profiler shell
Last synced: about 1 month ago
JSON representation
A simple bash shell script profiler.
- Host: GitHub
- URL: https://github.com/ishbguy/brof
- Owner: ishbguy
- License: mit
- Created: 2021-03-30T16:30:49.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-25T05:24:00.000Z (almost 5 years ago)
- Last Synced: 2026-05-03T21:37:17.994Z (about 1 month ago)
- Topics: bash, profiler, shell
- Language: Shell
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [brof](https://github.com/ishbguy/brof)
[![Version][versvg]][ver] [![License][licsvg]][lic]
[versvg]: https://img.shields.io/badge/version-v0.1.0-lightgrey.svg
[ver]: https://img.shields.io/badge/version-v0.1.0-lightgrey.svg
[licsvg]: https://img.shields.io/badge/license-MIT-green.svg
[lic]: https://github.com/ishbguy/brof/blob/master/LICENSE
A simple bash shell script profiler.
## Table of Contents
+ [:art: Features](#art-features)
+ [:straight_ruler: Prerequisite](#straight_ruler-prerequisite)
+ [:rocket: Installation](#rocket-installation)
+ [:memo: Configuration](#memo-configuration)
+ [:notebook: Usage](#notebook-usage)
+ [:hibiscus: Contributing](#hibiscus-contributing)
+ [:boy: Authors](#boy-authors)
+ [:scroll: License](#scroll-license)
## :art: Features
+ Flat profile
## :straight_ruler: Prerequisite
> + awk
## :rocket: Installation
```
git clone https://github.com/ishbguy/brof
cd brof
export PATH="$PATH:$(pwd)/bin"
```
or
```
curl -fLo /path/to/brof.sh \
https://raw.githubusercontent.com/ishbguy/brof/master/bin/brof.sh
export PATH="$PATH:$ /path/to"
```
## :memo: Configuration
No.
## :notebook: Usage
```
prof.sh script.sh
```
## :hibiscus: Contributing
1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request
## :boy: Authors
+ [ishbguy](https://github.com/ishbguy)
## :scroll: License
Released under the terms of the [MIT License](https://opensource.org/licenses/MIT).