prof 0.1.9

Tools to make profiling Rust programs easier
Documentation
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.1.9] - 2022-08-14
Doc updates

## [0.1.8] - 2022-08-14
Fix L2/LL regex and make variable names more clear

## [0.1.7] - 2022-08-14
Add Cache command for cachegrind outputs

## [0.1.6] - 2022-08-14
Fix bug with cargo version not using built binary

## [0.1.5] - 2022-08-14
Refactor and global flags

## [0.1.4] - 2022-08-14
Add flag for json ouput

## [0.1.3] - 2022-08-14
Change `valgrind` subcommand to `heap` and `leak`

## [0.1.2] - 2022-08-14
Move to workspace

## [0.1.1] - 2022-08-14
Separate cargo and normal version

## [0.1.0] - 2022-08-14
Initial Release